sequencer.c: avoid empty statements at top level
authorBeat Bolli <redacted>
Mon, 9 Jul 2018 19:25:35 +0000 (21:25 +0200)
committerJunio C Hamano <redacted>
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
path.h
sequencer.c
git clone https://git.99rst.org/PROJECT