# HG changeset patch # User Bruno Haible # Date 1208104145 -7200 # Node ID adb9a924703b1c2f51adcabff8e614d69f404855 # Parent a69cc9d85bccf96ae403a5b22ad90c0bf898d88e Remove stray semicolon. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-04-13 Bruno Haible + + * lib/git-merge-changelog.c: Remove empty declaration outside of + functions. + 2008-04-13 Bruno Haible * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD. diff --git a/lib/git-merge-changelog.c b/lib/git-merge-changelog.c --- 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