(get_charset_aliases): Add `void' in parameter list
authorJim Meyering <jim@meyering.net>
Wed, 31 Aug 2005 07:19:26 +0000 (07:19 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 31 Aug 2005 07:19:26 +0000 (07:19 +0000)
to placate gcc's -Wstrict-prototypes.

lib/localcharset.c

index 10c69b067d5f19d4a5639920538c3f8f2d04482a..5c257a670cea3f12dfccb2457bc7ab249426ddc0 100644 (file)
@@ -106,7 +106,7 @@ static const char * volatile charset_aliases;
 
 /* Return a pointer to the contents of the charset.alias file.  */
 static const char *
-get_charset_aliases ()
+get_charset_aliases (void)
 {
   const char *cp;