Attempt to fix coverity id 1212: MISSING_BREAK by inserting "FALLTHROUGH"

comment.


svn path=/trunk/; revision=38785
This commit is contained in:
Stephen Fisher 2011-08-29 21:36:48 +00:00
parent db240c2b5e
commit dc3c5c8b63

View File

@ -4105,6 +4105,7 @@ main(int argc, char *argv[])
break;
default:
cmdarg_err("Invalid Option: %s", argv[optind-1]);
/* FALLTHROUGH */
case '?': /* Bad flag - print usage message */
arg_error = TRUE;
break;