From: Roland McGrath Date: Fri, 10 Mar 1995 20:34:41 +0000 (+0000) Subject: Changed find_char_unquote callers here too. X-Git-Tag: 3.72.11~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ba2e947ac5ebd16f7e8b594ef63337949cdec57;p=thirdparty%2Fmake.git Changed find_char_unquote callers here too. --- diff --git a/misc.c b/misc.c index 886cdf3b..d093bcef 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 #. */