mirror of
https://github.com/mirror/wget.git
synced 2025-01-31 23:00:38 +08:00
[svn] Doc fix.
This commit is contained in:
parent
9dbc801ed1
commit
8c7cf8ea0b
@ -615,7 +615,7 @@ file_merge (const char *base, const char *file)
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Like fnmatch, but performs a lower-case comparison. */
|
/* Like fnmatch, but performs a case-insensitive match. */
|
||||||
|
|
||||||
int
|
int
|
||||||
fnmatch_nocase (const char *pattern, const char *string, int flags)
|
fnmatch_nocase (const char *pattern, const char *string, int flags)
|
||||||
|
Loading…
Reference in New Issue
Block a user