From: Bruno Haible Date: Wed, 7 Dec 2005 12:44:51 +0000 (+0000) Subject: Fix a syntax error. X-Git-Tag: v0.15~334 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19936a6849af020bfe67c763292961608739ad35;p=thirdparty%2Fgettext.git Fix a syntax error. --- diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index f6ac94b67..6d429ab51 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,3 +1,8 @@ +2005-12-07 Bruno Haible + + * msgl-iconv.c (iconv_message_list): Fix syntax error. + Reported by Dave Patton . + 2005-12-04 Bruno Haible * Makefile.am (CSHARPCOMPFLAGS): Use value set by csharpcomp.m4. diff --git a/gettext-tools/src/msgl-iconv.c b/gettext-tools/src/msgl-iconv.c index 4edb9bed0..123ef4925 100644 --- a/gettext-tools/src/msgl-iconv.c +++ b/gettext-tools/src/msgl-iconv.c @@ -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 }