Should fix crash with --config.

This commit is contained in:
Themaister 2012-09-09 09:26:54 +02:00
parent bca1694183
commit 4402fcb323
1 changed files with 1 additions and 1 deletions

View File

@ -767,7 +767,7 @@ static void parse_input(int argc, char *argv[])
{ "verbose", 0, NULL, 'v' },
{ "gameboy", 1, NULL, 'g' },
#ifdef HAVE_CONFIGFILE
{ "config", 0, NULL, 'c' },
{ "config", 1, NULL, 'c' },
#endif
{ "mouse", 1, NULL, 'm' },
{ "nodevice", 1, NULL, 'N' },