Commit 6e7c289b authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Remove stray semicolon.

parent 99fbd05d
......@@ -96,7 +96,7 @@ main(int argc, char **argv)
parse_address("ff02::cca6:c0f9:e182:5373", protocol_group);
protocol_port = 8475;
#define SHIFT() do { arg++; } while(0);
#define SHIFT() do { arg++; } while(0)
#define SHIFTE() do { arg++; if(*arg == NULL) goto syntax; } while(0)
arg = argv;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment