diff options
Diffstat (limited to 'test.c')
-rw-r--r-- | test.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -235,7 +235,7 @@ test_main(int argc, char** argv) | |||
235 | if (*t_wp != NULL && *++t_wp != NULL) | 235 | if (*t_wp != NULL && *++t_wp != NULL) |
236 | syntax(*t_wp, "unknown operand"); | 236 | syntax(*t_wp, "unknown operand"); |
237 | 237 | ||
238 | exit( res); | 238 | return( res); |
239 | } | 239 | } |
240 | 240 | ||
241 | static void | 241 | static void |