Don't break the coding-style

This commit is contained in:
FRIGN 2015-02-26 19:07:02 +01:00
parent bf4c5d1fcd
commit 7cc4ef0734
1 changed files with 2 additions and 1 deletions

3
expr.c
View File

@ -276,7 +276,8 @@ main(int argc, char *argv[])
;
ARGBEGIN {
default: usage();
default:
usage();
} ARGEND;
return !parse(argv, argc);