summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--txr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/txr.c b/txr.c
index a7777c1f..5c4e7a56 100644
--- a/txr.c
+++ b/txr.c
@@ -757,11 +757,11 @@ int txr_main(int argc, char **argv)
if (!enter_repl)
return result ? 0 : EXIT_FAILURE;
+ }
repl:
#if HAVE_TERMIOS
- repl(bindings, std_input, std_output);
+ repl(bindings, std_input, std_output);
#endif
- return 0;
- }
+ return 0;
}