summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-02-21 19:48:46 +0000
committerRoland McGrath <roland@redhat.com>1993-02-21 19:48:46 +0000
commitb2361b3591d1188d8d9b7ec785d4201d8aece22f (patch)
tree7e8d2b35f27ccd0479368017324f41b6db7d1952 /misc.c
parented70d6422c315b655d5b87bc65838c71cfee0d87 (diff)
downloadgunmake-b2361b3591d1188d8d9b7ec785d4201d8aece22f.tar.gz
Formerly misc.c.~24~
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc.c b/misc.c
index e695c39..f217fc3 100644
--- 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;