diff options
Diffstat (limited to 'gcc/java/gjavah.c')
-rw-r--r-- | gcc/java/gjavah.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/gjavah.c b/gcc/java/gjavah.c index d62e585..58f5e98 100644 --- a/gcc/java/gjavah.c +++ b/gcc/java/gjavah.c @@ -638,7 +638,7 @@ name_is_method_p (const unsigned char *name, int length) /* Free the method name list. */ static void -free_method_name_list () +free_method_name_list (void) { struct method_name *p = method_name_list; while (p != NULL) |