]> git.proxmox.com Git - libgit2.git/commit - src/pack.h
Remove extra semicolon outside of a function
authorStefan Widgren <stefan.widgren@gmail.com>
Sun, 15 Feb 2015 20:07:05 +0000 (21:07 +0100)
committerStefan Widgren <stefan.widgren@gmail.com>
Sun, 15 Feb 2015 20:07:05 +0000 (21:07 +0100)
commitc8e02b8776875e6372fc5eba8fc61c51f14f3392
treeeb40ab7640394c68333ec670123b4a04f71dce70
parenta291790a8d42579dafe8684151931847921a9578
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.
22 files changed:
src/attr.c
src/attrcache.c
src/checkout.c
src/commit.c
src/config_file.c
src/diff_driver.c
src/fileops.c
src/mwindow.c
src/odb_mempack.c
src/offmap.h
src/oidmap.h
src/pack.h
src/refdb_fs.c
src/refs.c
src/revwalk.h
src/sortedcache.c
src/strmap.h
src/submodule.c
src/transaction.c
src/tree.c
tests/core/oidmap.c
tests/core/strmap.c