From b2678575aaec405da43f36d4b59feb6a7717774b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 31 Aug 2005 07:19:26 +0000 Subject: [PATCH] (get_charset_aliases): Add `void' in parameter list to placate gcc's -Wstrict-prototypes. --- lib/localcharset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/localcharset.c b/lib/localcharset.c index 10c69b067d..5c257a670c 100644 --- a/lib/localcharset.c +++ b/lib/localcharset.c @@ -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; -- 2.47.3