summaryrefslogtreecommitdiffstats
path: root/gettext-tools/src/msgmerge.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-10-24 13:39:13 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:14:12 +0200
commit5637c5e3a4efbc882383cd3cff40f4821e04f518 (patch)
treeea13176e0cdc15c48be7e1d5c103fe994eb99e16 /gettext-tools/src/msgmerge.c
parent82b2a14207b49908e35a2093dd1493f1e714e273 (diff)
downloadexternal_gettext-5637c5e3a4efbc882383cd3cff40f4821e04f518.zip
external_gettext-5637c5e3a4efbc882383cd3cff40f4821e04f518.tar.gz
external_gettext-5637c5e3a4efbc882383cd3cff40f4821e04f518.tar.bz2
Fix syntax error.
Diffstat (limited to 'gettext-tools/src/msgmerge.c')
-rw-r--r--gettext-tools/src/msgmerge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/src/msgmerge.c b/gettext-tools/src/msgmerge.c
index ec4848f..cda1a2f 100644
--- a/gettext-tools/src/msgmerge.c
+++ b/gettext-tools/src/msgmerge.c
@@ -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;
};