Remove stray semicolon.
authorBruno Haible <bruno@clisp.org>
Sun, 13 Apr 2008 16:29:05 +0000 (18:29 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 13 Apr 2008 16:29:05 +0000 (18:29 +0200)
ChangeLog
lib/git-merge-changelog.c

index 4ef4f70d22fe1722995e65472713f01ea36b413d..5b933f8e600c7f953f5831d8c32e7a8c3ed615cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-04-13  Bruno Haible  <bruno@clisp.org>
+
+       * lib/git-merge-changelog.c: Remove empty declaration outside of
+       functions.
+
 2008-04-13  Bruno Haible  <bruno@clisp.org>
 
        * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
index 1911c08e5ca78b0932e239548651ada0e1bb09ed..c3ebf7f5ee0088a4d1013509d881ea3f4fef0c4b 100644 (file)
@@ -186,7 +186,7 @@ entry_equals (const void *elt1, const void *elt2)
   const struct entry *entry2 = (const struct entry *) elt2;
   return entry1->length == entry2->length
         && memcmp (entry1->string, entry2->string, entry1->length) == 0;
-};
+}
 
 /* Return a hash code of the contents of a ChangeLog entry.  */
 static size_t