diff lib/git-merge-changelog.c @ 9909:adb9a924703b

Remove stray semicolon.
author Bruno Haible <bruno@clisp.org>
date Sun, 13 Apr 2008 18:29:05 +0200 (2008-04-13)
parents e87d8b41f0fe
children ae7bf97ee30c
line wrap: on
line diff
--- 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