Fix accidental case fallthrough.

This commit is contained in:
Anthony J. Bentley
2013-05-19 15:51:40 -06:00
parent 88ac0282e4
commit d0d85abb97

View File

@@ -284,6 +284,7 @@ main(int argc, char *argv[])
"2 characters for option 'b'\n");
exit(1);
}
break;
case 'g':
if (strlen(optarg) == 4) {
newopt.gbgfx[0] = optarg[1];