diff options
Diffstat (limited to 'gettext-tools/src/msgmerge.c')
-rw-r--r-- | gettext-tools/src/msgmerge.c | 2 |
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; }; |