From: Bruno Haible Date: Sun, 13 Apr 2008 16:29:05 +0000 (+0200) Subject: Remove stray semicolon. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47e4c43cbec5f1ffa655f805fcf420016fbe0e78;p=pspp Remove stray semicolon. --- diff --git a/ChangeLog b/ChangeLog index 4ef4f70d22..5b933f8e60 100644 --- 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 index 1911c08e5c..c3ebf7f5ee 100644 --- a/lib/git-merge-changelog.c +++ b/lib/git-merge-changelog.c @@ -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