summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/cron')
-rw-r--r--usr.sbin/cron/crontab/crontab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/cron/crontab/crontab.c b/usr.sbin/cron/crontab/crontab.c
index deea864..3ff3e7d 100644
--- a/usr.sbin/cron/crontab/crontab.c
+++ b/usr.sbin/cron/crontab/crontab.c
@@ -248,7 +248,7 @@ list_cmd() {
if (EOF == ch)
break;
if ('#' != ch) {
- putc(ch, NewCrontab);
+ putchar(ch);
break;
}
while (EOF != (ch = get_char(f)))
OpenPOWER on IntegriCloud