Changed find_char_unquote callers here too.

This commit is contained in:
Roland McGrath 1995-03-10 20:34:41 +00:00
parent 13d0eeb8e5
commit 3ba2e947ac

2
misc.c
View file

@ -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 #. */