]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Remove stray semicolon.
authorBruno Haible <bruno@clisp.org>
Tue, 24 Oct 2006 13:42:14 +0000 (13:42 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:12 +0000 (12:14 +0200)
gnulib-local/ChangeLog
gnulib-local/lib/fstrcmp.c

index bf5f164f9230b4babcaf1680f54b9499f4863e26..204833233cb42e5d7aeebb7b8ce87df7e16427be 100644 (file)
@@ -1,3 +1,8 @@
+2006-10-24  Bruno Haible  <bruno@clisp.org>
+
+       * lib/fstrcmp.c (keys_init_once): Remove semicolon after
+       gl_once_define invocation.
+
 2006-10-23  Bruno Haible  <bruno@clisp.org>
 
        Moved last change to gnulib.
index 9bd742996863fc783a74e2b8794191720f2ea8dd..bfcd7a4fd18ff50ecb123cb8966b2fbb81386bbd 100644 (file)
@@ -580,7 +580,7 @@ keys_init (void)
 }
 
 /* Ensure that keys_init is called once only.  */
-gl_once_define(static, keys_init_once);
+gl_once_define(static, keys_init_once)
 
 
 /* NAME