]> git.proxmox.com Git - libgit2.git/commit
Remove extra semicolon outside of a function
authorStefan Widgren <stefan.widgren@gmail.com>
Fri, 31 Jul 2015 14:23:11 +0000 (16:23 +0200)
committerStefan Widgren <stefan.widgren@gmail.com>
Fri, 31 Jul 2015 14:23:11 +0000 (16:23 +0200)
commitc369b37919114f4976b7a06107506e95916e5dd0
tree7b21b77b787ee7c734b8ec80034530ec056fa96c
parent9d4b7d25241ca9deb85d128de21fd5ba35e21d28
Remove extra semicolon outside of a function

Without this change, compiling with gcc and pedantic generates warning:
ISO C does not allow extra ‘;’ outside of a function.
src/describe.c
src/indexer.c
src/pack-objects.c
src/pack.c
src/revwalk.c