]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Syntactic tweak.
authorBruno Haible <bruno@clisp.org>
Mon, 14 Apr 2003 13:47:28 +0000 (13:47 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:23 +0000 (12:10 +0200)
gettext-tools/src/ChangeLog
gettext-tools/src/xgettext.c

index 55575e2a02563762cdbde6b4cfd0178ef12de546..dc0af0f4e17bbfe0155bb92793153ab69069213f 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-13  Bruno Haible  <bruno@clisp.org>
+
+       * xgettext.c (construct_header): Remove spurious comma.
+
 2003-03-30  Bruno Haible  <bruno@clisp.org>
 
        * Makefile.vms: New file.
index e42097fd556974e4c7b8ae820b39d96819fd284f..1eae3e300347ed36a5c1ada6d11e1433980a89e4 100644 (file)
@@ -1262,7 +1262,7 @@ construct_header ()
   char *timestring;
   message_ty *mp;
   char *msgstr;
-  static lex_pos_ty pos = { __FILE__, __LINE__, };
+  static lex_pos_ty pos = { __FILE__, __LINE__ };
 
   if (msgid_bugs_address != NULL && msgid_bugs_address[0] == '\0')
     multiline_warning (xasprintf (_("warning: ")),