projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b23625f
)
(get_charset_aliases): Add `void' in parameter list
author
Jim Meyering
<jim@meyering.net>
Wed, 31 Aug 2005 07:19:26 +0000
(07:19 +0000)
committer
Jim Meyering
<jim@meyering.net>
Wed, 31 Aug 2005 07:19:26 +0000
(07:19 +0000)
to placate gcc's -Wstrict-prototypes.
lib/localcharset.c
patch
|
blob
|
history
diff --git
a/lib/localcharset.c
b/lib/localcharset.c
index 10c69b067d5f19d4a5639920538c3f8f2d04482a..5c257a670cea3f12dfccb2457bc7ab249426ddc0 100644
(file)
--- 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;