From 1fe79b59fb9087ef76e54994c6bad3a4896262c9 Mon Sep 17 00:00:00 2001 From: roland Date: Fri, 10 Mar 1995 20:34:41 +0000 Subject: [PATCH] Changed find_char_unquote callers here too. --- misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #. */ -- 2.11.4.GIT