]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly misc.c.~24~
authorRoland McGrath <roland@redhat.com>
Sun, 21 Feb 1993 19:48:46 +0000 (19:48 +0000)
committerRoland McGrath <roland@redhat.com>
Sun, 21 Feb 1993 19:48:46 +0000 (19:48 +0000)
misc.c

diff --git a/misc.c b/misc.c
index e695c39c0353c1ffe6cce328e32b09987fd8162a..f217fc331f693c45c52561cba805b4d8ef30b7ec 100644 (file)
--- a/misc.c
+++ b/misc.c
@@ -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;