(get_charset_aliases): Add `void' in parameter list

to placate gcc's -Wstrict-prototypes.
This commit is contained in:
Jim Meyering 2005-08-31 07:19:26 +00:00
parent b23625f623
commit b2678575aa

View 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;