aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2018-06-24 11:39:31 +0200
committerAndreas Eversberg <jolly@eversberg.eu>2018-06-24 11:39:31 +0200
commit83449726f801c04aadebc9a59628f294d55e2e3a (patch)
tree8719e22240e66f7b9c57d8ab2dedfa11b2c31035 /src
parentb7046a528341ea59e0d26d265a5aefbd947b96b5 (diff)
R2000: Fix recall option
Diffstat (limited to 'src')
-rw-r--r--src/r2000/main.c2
1 files changed, 1 insertions, 1 deletions
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)