mirror of
https://github.com/mirror/wget.git
synced 2025-04-24 12:10:16 +08:00
[svn] Fix indentation.
This commit is contained in:
parent
0d42b49e30
commit
dee64b0b16
@ -395,7 +395,7 @@ sufmatch (const char **list, const char *what)
|
||||
for (i = 0; list[i]; i++)
|
||||
{
|
||||
for (j = strlen (list[i]), k = lw; j >= 0 && k >= 0; j--, k--)
|
||||
if (tolower (list[i][j]) != tolower (what[k]))
|
||||
if (TOLOWER (list[i][j]) != TOLOWER (what[k]))
|
||||
break;
|
||||
/* The domain must be first to reach to beginning. */
|
||||
if (j == -1)
|
||||
|
Loading…
Reference in New Issue
Block a user