diff options
Diffstat (limited to 'intl/dcgettext.c')
-rw-r--r-- | intl/dcgettext.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/intl/dcgettext.c b/intl/dcgettext.c index 948d0a730c..152acef9a1 100644 --- a/intl/dcgettext.c +++ b/intl/dcgettext.c @@ -545,7 +545,8 @@ category_to_name (category) } /* Guess value of current locale from value of the environment variables. */ -static const char *guess_category_value (category, categoryname) +static const char * +guess_category_value (category, categoryname) int category; const char *categoryname; { |