Add a comment explaining match_arrange_stars

This commit is contained in:
Ed Kellett 2020-10-31 16:21:48 +00:00
parent 7741039058
commit c1f9603bba
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ int match(const char *mask, const char *name)
}
}
/* Reorder runs of [?*] in mask to the form ``**...??...'' */
void
match_arrange_stars(char *mask)
{