aboutsummaryrefslogtreecommitdiff
path: root/cut.c
diff options
context:
space:
mode:
Diffstat (limited to 'cut.c')
-rw-r--r--cut.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cut.c b/cut.c
index 89a934e76..7b183e8fd 100644
--- a/cut.c
+++ b/cut.c
@@ -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