summaryrefslogtreecommitdiffstats
path: root/gcc/java/jcf-io.c
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-09-08 09:35:36 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-09-08 09:35:36 +0000
commitddcd6f3b487e461d0448d06b9964e6202d58c504 (patch)
treed923d8a39982de86fd424d629f4ca16cf126abe7 /gcc/java/jcf-io.c
parent383a12b8ca027e2dab38324313be1bdf85bded1d (diff)
downloadppe42-gcc-ddcd6f3b487e461d0448d06b9964e6202d58c504.tar.gz
ppe42-gcc-ddcd6f3b487e461d0448d06b9964e6202d58c504.zip
* gjavah.c (print_class_decls): Fix thinko in arglist
* jcv-io.c (find_classfile): Similarly. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22326 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/jcf-io.c')
-rw-r--r--gcc/java/jcf-io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/jcf-io.c b/gcc/java/jcf-io.c
index 931f34eaec5..e805d08dbb4 100644
--- a/gcc/java/jcf-io.c
+++ b/gcc/java/jcf-io.c
@@ -227,7 +227,7 @@ DEFUN(open_class, (filename, jcf, fd),
char *
-DEFUN(find_classfile, (filename_length, jcf),
+DEFUN(find_classfile, (filename, jcf),
char *filename AND JCF *jcf)
{
#if JCF_USE_STDIO
OpenPOWER on IntegriCloud