R2000: Fix recall option

This commit is contained in:
Andreas Eversberg 2018-06-24 11:39:31 +02:00
parent b7046a5283
commit 83449726f8
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ static void add_options(void)
option_add('C', "crins", 1);
option_add(OPT_DESTRUCTION, "destruction", 1);
option_add('N', "nconv", 1);
option_add('S', "recall", 1);
option_add('S', "recall", 0);
}
static int handle_options(int short_option, int argi, char **argv)