Add breaks to the sha*sum arg cases

This commit is contained in:
Daniel Bainton 2014-05-05 11:05:01 +03:00 committed by sin
parent 814b04e710
commit 9ad5ca5a15
3 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,7 @@ main(int argc, char *argv[])
ARGBEGIN {
case 'c':
checkfile = EARGF(usage());
break;
default:
usage();
} ARGEND;

View File

@ -29,6 +29,7 @@ main(int argc, char *argv[])
ARGBEGIN {
case 'c':
checkfile = EARGF(usage());
break;
default:
usage();
} ARGEND;

View File

@ -29,6 +29,7 @@ main(int argc, char *argv[])
ARGBEGIN {
case 'c':
checkfile = EARGF(usage());
break;
default:
usage();
} ARGEND;