Where is the pointy hat? Fix cut/paste error. (hey, it compiled! :-)
This commit is contained in:
parent
31d03a0c2b
commit
c4b28e836b
@ -248,7 +248,7 @@ list_cmd() {
|
||||
if (EOF == ch)
|
||||
break;
|
||||
if ('#' != ch) {
|
||||
putc(ch, NewCrontab);
|
||||
putchar(ch);
|
||||
break;
|
||||
}
|
||||
while (EOF != (ch = get_char(f)))
|
||||
|
Loading…
Reference in New Issue
Block a user