No need for semicolon after ARGEND

This is also the style used in Plan 9.
This commit is contained in:
sin
2015-11-01 10:16:49 +00:00
parent 27f9163d2e
commit 2366164de7
61 changed files with 61 additions and 61 deletions

2
find.c
View File

@@ -1006,7 +1006,7 @@ main(int argc, char **argv)
case 'H': gflags.l = !(gflags.h = 1); break;
case 'L': gflags.h = !(gflags.l = 1); break;
default : usage();
} ARGEND;
} ARGEND
paths = argv;