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 4ef4f70..5b933f8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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.
 
 2008-04-13  Bruno Haible  <bruno@clisp.org>
index 1911c08..c3ebf7f 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