shithub: rgbds

Download patch

ref: d0d85abb97fc61f4a5a158746453153f9fb4894f
parent: 88ac0282e4919f941d147c665a75eaa9f3d8056d
author: Anthony J. Bentley <[email protected]>
date: Sun May 19 11:51:40 EDT 2013

Fix accidental case fallthrough.

--- a/src/asm/main.c
+++ b/src/asm/main.c
@@ -284,6 +284,7 @@
 				    "2 characters for option 'b'\n");
 				exit(1);
 			}
+			break;
 		case 'g':
 			if (strlen(optarg) == 4) {
 				newopt.gbgfx[0] = optarg[1];