diff options
Diffstat (limited to 'cut.c')
-rw-r--r-- | cut.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -307,7 +307,7 @@ int cut_main(int argc, char **argv) | |||
307 | cut(); | 307 | cut(); |
308 | } | 308 | } |
309 | 309 | ||
310 | exit(exit_status); | 310 | return(exit_status); |
311 | } | 311 | } |
312 | 312 | ||
313 | /* cut - extract columns from a file or stdin. Author: Michael J. Holme | 313 | /* cut - extract columns from a file or stdin. Author: Michael J. Holme |