Formerly misc.c.~24~

This commit is contained in:
Roland McGrath 1993-02-21 19:48:46 +00:00
parent ed70d6422c
commit b2361b3591

2
misc.c
View file

@ -135,7 +135,7 @@ remove_comments (line)
backslash = 0;
bs_write = 0;
for (p2 = p - 1; p2 > line && *p2 == '\\'; --p2)
for (p2 = p - 1; p2 >= line && *p2 == '\\'; --p2)
{
if (backslash)
++bs_write;