mirror of
https://github.com/zoriya/ComSquare.git
synced 2025-12-20 14:15:11 +00:00
Oups
This commit is contained in:
@@ -35,7 +35,7 @@ void parseArguments(int argc, char **argv, SNES &snes)
|
||||
{0, 0, 0, 0}
|
||||
};
|
||||
|
||||
int c = getopt_long(argc, argv, "camh", long_options, &option_index);
|
||||
int c = getopt_long(argc, argv, "camhb", long_options, &option_index);
|
||||
if (c == -1)
|
||||
break;
|
||||
switch (c) {
|
||||
|
||||
Reference in New Issue
Block a user