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

This commit is contained in:
Peter Wemm 2001-06-16 03:16:52 +00:00
parent cb38c47462
commit d952a14dbb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78321

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)))