]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix syntax error.
authorBruno Haible <bruno@clisp.org>
Tue, 24 Oct 2006 13:39:13 +0000 (13:39 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:12 +0000 (12:14 +0200)
gettext-tools/src/ChangeLog
gettext-tools/src/msgmerge.c

index 1cbeab2dd9a7898919e6074cf042ab647e9278db..b59dc90e03836125d30b20cb4d0f312de225b865 100644 (file)
@@ -1,3 +1,8 @@
+2006-10-24  Bruno Haible  <bruno@clisp.org>
+
+       * msgmerge.c (struct definitions_ty): Remove semicolon after
+       gl_lock_define invocation.
+
 2006-10-21  Bruno Haible  <bruno@clisp.org>
 
        * po-error.h (po_error, po_error_at_line): Use format attribute only
index ec4848fa4f7df585a79cb1a7453a616d95ac35f9..cda1a2f55fdaad2bbba606257edd482840f60261 100644 (file)
@@ -619,7 +619,7 @@ struct definitions_ty
   message_fuzzy_index_ty *findex;
   /* A once-only execution guard for the initialization of the fuzzy index.
      Needed for OpenMP.  */
-  gl_lock_define(, findex_init_lock);
+  gl_lock_define(, findex_init_lock)
   /* The canonical encoding of the compendiums.  */
   const char *canon_charset;
 };