]> git.ipfire.org Git - thirdparty/git.git/commit - sequencer.c
sequencer.c: avoid empty statements at top level
authorBeat Bolli <dev+git@drbeat.li>
Mon, 9 Jul 2018 19:25:35 +0000 (21:25 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Jul 2018 21:37:03 +0000 (14:37 -0700)
commit9ad36356dd13b53667a51020c9aef0d4e014af01
tree563925bc4355ec14557fdb5aac69c66e229d9bab
parent8302f50e8ce687fbb09d8639ef87c0d35fd671b9
sequencer.c: avoid empty statements at top level

The macro GIT_PATH_FUNC expands to a function definition that ends with
a closing brace. Remove two extra semicolons.

While at it, fix the example in path.h.

Signed-off-by: Beat Bolli <dev+git@drbeat.li>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
path.h
sequencer.c