No need for semicolon after ARGEND
This is also the style used in Plan 9.
This commit is contained in:
@@ -110,7 +110,7 @@ main(int argc, char *argv[])
|
||||
break;
|
||||
default:
|
||||
usage();
|
||||
} ARGEND;
|
||||
} ARGEND
|
||||
|
||||
if (!argc || argc > 2)
|
||||
usage();
|
||||
|
Reference in New Issue
Block a user