]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix a syntax error.
authorBruno Haible <bruno@clisp.org>
Wed, 7 Dec 2005 12:44:51 +0000 (12:44 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:57 +0000 (12:12 +0200)
gettext-tools/src/ChangeLog
gettext-tools/src/msgl-iconv.c

index f6ac94b67229c16dc00a564bc6a0227c9743153a..6d429ab519dc6cd357f60c43049a6390bcfefaf2 100644 (file)
@@ -1,3 +1,8 @@
+2005-12-07  Bruno Haible  <bruno@clisp.org>
+
+       * msgl-iconv.c (iconv_message_list): Fix syntax error.
+       Reported by Dave Patton <dpatton@confluence.org>.
+
 2005-12-04  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.am (CSHARPCOMPFLAGS): Use value set by csharpcomp.m4.
index 4edb9bed084f418dd4ff0c1ecd9a5d55ff8dc541..123ef4925cc6554f975abf89f49ccb98526da337 100644 (file)
@@ -429,7 +429,7 @@ some different msgids become equal."),
 Cannot convert from \"%s\" to \"%s\". %s relies on iconv(). \
 This version was built without iconv()."),
                                canon_from_code, canon_to_code,
-                               basename (program_name));
+                               basename (program_name)));
 #endif
     }