Skip to content

Commit b924925

Browse files
committed
only target use it
1 parent 310c2e8 commit b924925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chsrc-main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ iterate_targets_ (const char ***array, size_t size, const char *input, const cha
402402
alias = target[k];
403403
while (NULL!=alias)
404404
{
405-
if (xy_streql (input, alias))
405+
if (xy_streql_ic (input, alias))
406406
{
407407
matched = 1; break;
408408
}

0 commit comments

Comments
 (0)