From 83449726f801c04aadebc9a59628f294d55e2e3a Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sun, 24 Jun 2018 11:39:31 +0200 Subject: [PATCH] R2000: Fix recall option --- src/r2000/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/r2000/main.c b/src/r2000/main.c index bf4e98f..425affd 100644 --- a/src/r2000/main.c +++ b/src/r2000/main.c @@ -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)