diff options
Diffstat (limited to 'coreutils/date.c')
-rw-r--r-- | coreutils/date.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/coreutils/date.c b/coreutils/date.c index 8e584cecc..9e8e3f3eb 100644 --- a/coreutils/date.c +++ b/coreutils/date.c | |||
@@ -273,6 +273,5 @@ int date_main(int argc, char **argv) | |||
273 | strftime(t_buff, 200, date_fmt, &tm_time); | 273 | strftime(t_buff, 200, date_fmt, &tm_time); |
274 | printf("%s\n", t_buff); | 274 | printf("%s\n", t_buff); |
275 | 275 | ||
276 | exit(TRUE); | 276 | return(TRUE); |
277 | |||
278 | } | 277 | } |