summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 #. */