diff options
author | Roland McGrath <roland@redhat.com> | 1995-03-10 20:34:41 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1995-03-10 20:34:41 +0000 |
commit | 3ba2e947ac5ebd16f7e8b594ef63337949cdec57 (patch) | |
tree | d9797d3d4e1dfd77d62032de4e7de8daeb7f07d1 | |
parent | 13d0eeb8e5406f03f4b5269cfdccd2ac2c81f1c5 (diff) | |
download | gunmake-3ba2e947ac5ebd16f7e8b594ef63337949cdec57.tar.gz |
Changed find_char_unquote callers here too.
-rw-r--r-- | misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 #. */ |