Changed find_char_unquote callers here too.
authorRoland McGrath <roland@redhat.com>
Fri, 10 Mar 1995 20:34:41 +0000 (20:34 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 10 Mar 1995 20:34:41 +0000 (20:34 +0000)
misc.c

diff --git a/misc.c b/misc.c
index 886cdf3b2c4bb6d2ed79fa4fc4df720d946386e3..d093bcef70ef127ff92e2bd893962ad9629f946d 100644 (file)
--- 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 #.  */