No need for semicolon after ARGEND
This is also the style used in Plan 9.
This commit is contained in:
@@ -32,7 +32,7 @@ main(int argc, char *argv[])
|
||||
break;
|
||||
default:
|
||||
usage();
|
||||
} ARGEND;
|
||||
} ARGEND
|
||||
|
||||
ret |= cryptfunc(argc, argv, &sha256_ops, md, sizeof(md));
|
||||
ret |= fshut(stdin, "<stdin>") | fshut(stdout, "<stdout>");
|
||||
|
Reference in New Issue
Block a user