mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
Fix accidental case fallthrough.
This commit is contained in:
@@ -284,6 +284,7 @@ main(int argc, char *argv[])
|
|||||||
"2 characters for option 'b'\n");
|
"2 characters for option 'b'\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case 'g':
|
case 'g':
|
||||||
if (strlen(optarg) == 4) {
|
if (strlen(optarg) == 4) {
|
||||||
newopt.gbgfx[0] = optarg[1];
|
newopt.gbgfx[0] = optarg[1];
|
||||||
|
|||||||
Reference in New Issue
Block a user