changeset 9909:adb9a924703b

Remove stray semicolon.
author Bruno Haible <bruno@clisp.org>
date Sun, 13 Apr 2008 18:29:05 +0200
parents a69cc9d85bcc
children 048d2d32a55c
files ChangeLog lib/git-merge-changelog.c
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/lib/git-merge-changelog.c
+++ b/lib/git-merge-changelog.c
@@ -186,7 +186,7 @@
   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