1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

fix blank lines

This commit is contained in:
paul moore 2024-03-18 16:08:13 -07:00
parent 1f1f2c5a68
commit 9b5d11abde

View File

@ -1082,8 +1082,6 @@ int main (int argc, char* argv [])
WarnLevel = atoi (GetArg (&I, 2));
break;
default:
UnknownOption (Arg);
break;