diff options
Diffstat (limited to 'math.c')
-rw-r--r-- | math.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | } |