summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1995-03-10 20:34:41 +0000
committerRoland McGrath <roland@redhat.com>1995-03-10 20:34:41 +0000
commit3ba2e947ac5ebd16f7e8b594ef63337949cdec57 (patch)
treed9797d3d4e1dfd77d62032de4e7de8daeb7f07d1 /misc.c
parent13d0eeb8e5406f03f4b5269cfdccd2ac2c81f1c5 (diff)
downloadgunmake-3ba2e947ac5ebd16f7e8b594ef63337949cdec57.tar.gz
Changed find_char_unquote callers here too.
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 886cdf3..d093bce 100644
--- a/misc.c
+++ b/misc.c
@@ -126,7 +126,7 @@ remove_comments (line)
{
char *comment;
- comment = find_char_unquote (line, '#', 0);
+ comment = find_char_unquote (line, "#", 0);
if (comment != 0)
/* Cut off the line at the #. */