Forgot to remove "b" from getopt arg list

This commit is contained in:
theoddone33
2002-03-02 20:06:34 +00:00
parent a4ed88253f
commit 5fd0707b3d

View File

@@ -94,7 +94,7 @@ int main (int argc, char *argv[]) {
char *fvar; char *fvar;
UnProtectMemory(); UnProtectMemory();
while((opt = getopt(argc, argv, "01:2:789ab:c:d:ef:g:hijk:lmno:p:r:s:tuv:wyz?")) != -1) { while((opt = getopt(argc, argv, "01:2:789a:c:d:ef:g:hijk:lmno:p:r:s:tuv:wyz?")) != -1) {
switch(opt) { switch(opt) {
/* Palette 0 disable */ /* Palette 0 disable */
case '0': { case '0': {