From: Bruno Haible Date: Sun, 13 Apr 2008 16:29:05 +0000 (+0200) Subject: Remove stray semicolon. X-Git-Tag: v0.1~7561 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=47e4c43cbec5f1ffa655f805fcf420016fbe0e78;p=gnulib.git Remove stray semicolon. --- diff --git a/ChangeLog b/ChangeLog index 4ef4f70d2..5b933f8e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 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. 2008-04-13 Bruno Haible diff --git a/lib/git-merge-changelog.c b/lib/git-merge-changelog.c index 1911c08e5..c3ebf7f5e 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