mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-30 16:41:44 +00:00
Comment fix.
This commit is contained in:
parent
e3d013a79a
commit
e97d6632b5
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ pattern_search (file, archive, depth, recursions)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* If we have found a matching rule that won't match all filenames,
|
/* If we have found a matching rule that won't match all filenames,
|
||||||
retroactively reject any "terminal" rules that do always match. */
|
retroactively reject any non-"terminal" rules that do always match. */
|
||||||
if (specific_rule_matched)
|
if (specific_rule_matched)
|
||||||
for (i = 0; i < nrules; ++i)
|
for (i = 0; i < nrules; ++i)
|
||||||
if (!tryrules[i]->terminal)
|
if (!tryrules[i]->terminal)
|
||||||
|
|
Loading…
Reference in a new issue