summaryrefslogtreecommitdiff
path: root/src/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.c')
-rwxr-xr-xsrc/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.c b/src/command.c
index 091d6cd..fbdc901 100755
--- a/src/command.c
+++ b/src/command.c
@@ -2590,7 +2590,7 @@ Return value:
if (g_Options.fNoInputThread && (0 == NumberOfPendingInputEvents()))
{
Trace("Exhausted input in batch mode, exiting...\n");
- exit(-1);
+ exit(0);
}
//