]> sourceware.org Git - glibc.git/commitdiff
dcigettext.c: Add missing bracket
authorMarek Polacek <mpolacek@redhat.com>
Wed, 20 Jul 2011 16:21:52 +0000 (12:21 -0400)
committerUlrich Drepper <drepper@gmail.com>
Wed, 20 Jul 2011 16:21:52 +0000 (12:21 -0400)
ChangeLog
intl/dcigettext.c

index b453585a908f2cdd92f686f7f420227081f25665..13def71aadb50cb2f4c94c93a69ba8a961d02b8a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-07-20  Marek Polacek  <mpolacek@redhat.com>
+
+       * intl/dcigettext.c (get_output_charset): Add missing bracket.
+
 2011-07-20  Andreas Schwab  <schwab@redhat.com>
 
        * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
index 16d901e7d097413bb0fccba6ad42f01e1584d540..7f6875006ad8c3b55e7a2dbc17c302fa2dc0d090 100644 (file)
@@ -1,5 +1,5 @@
 /* Implementation of the internal dcigettext function.
-   Copyright (C) 1995-2005, 2006, 2007, 2008, 2009
+   Copyright (C) 1995-2005, 2006, 2007, 2008, 2009, 2011
    Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
@@ -1402,7 +1402,7 @@ get_output_charset (domainbinding)
          return _NL_CURRENT (LC_CTYPE, CODESET);
 # else
 #  if HAVE_ICONV
-         extern const char *locale_charset PARAMS ((void);
+         extern const char *locale_charset PARAMS ((void));
          return locale_charset ();
 #  endif
 # endif
This page took 0.05001 seconds and 5 git commands to generate.