Fixed typo
This commit is contained in:
parent
bcb4a75630
commit
d801356f1e
|
@ -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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue