Fixed typo

This commit is contained in:
ceriel 1995-03-27 11:22:57 +00:00
parent bcb4a75630
commit d801356f1e

View file

@ -484,7 +484,7 @@ do_undef(argstr)
free(str); free(str);
if (SkipToNewLine()) { if (SkipToNewLine()) {
if (!options['o']) if (!options['o'])
strict("garbage following #else"); strict("garbage following #undef");
} }
} }
} }