aboutsummaryrefslogtreecommitdiff
path: root/mt.c
diff options
context:
space:
mode:
Diffstat (limited to 'mt.c')
-rw-r--r--mt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mt.c b/mt.c
index 44f23884c..304d66485 100644
--- a/mt.c
+++ b/mt.c
@@ -101,5 +101,5 @@ extern int mt_main(int argc, char **argv)
101 exit (FALSE); 101 exit (FALSE);
102 } 102 }
103 103
104 exit (TRUE); 104 return (TRUE);
105} 105}