aboutsummaryrefslogtreecommitdiff
path: root/cat.c
diff options
context:
space:
mode:
Diffstat (limited to 'cat.c')
-rw-r--r--cat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cat.c b/cat.c
index 561b24f3f..800443460 100644
--- a/cat.c
+++ b/cat.c
@@ -61,7 +61,7 @@ extern int cat_main(int argc, char **argv)
61 } 61 }
62 print_file(file); 62 print_file(file);
63 } 63 }
64 exit(TRUE); 64 return(TRUE);
65} 65}
66 66
67/* 67/*