mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-02-07 06:47:52 +00:00
Changed find_char_unquote callers here too.
This commit is contained in:
parent
13d0eeb8e5
commit
3ba2e947ac
1 changed files with 1 additions and 1 deletions
2
misc.c
2
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 #. */
|
||||
|
|
Loading…
Reference in a new issue