Where is the pointy hat? Fix cut/paste error. (hey, it compiled! :-)

This commit is contained in:
peter 2001-06-16 03:16:52 +00:00
parent 31d03a0c2b
commit c4b28e836b

View File

@ -248,7 +248,7 @@ list_cmd() {
if (EOF == ch)
break;
if ('#' != ch) {
putc(ch, NewCrontab);
putchar(ch);
break;
}
while (EOF != (ch = get_char(f)))