aboutsummaryrefslogtreecommitdiff
path: root/math.c
diff options
context:
space:
mode:
Diffstat (limited to 'math.c')
-rw-r--r--math.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/math.c b/math.c
index 621b5c9b0..eb8f331fd 100644
--- a/math.c
+++ b/math.c
@@ -186,5 +186,5 @@ int math_main(int argc, char **argv)
186 } 186 }
187 } 187 }
188 stack_machine(0); 188 stack_machine(0);
189 exit( TRUE); 189 return( TRUE);
190} 190}