1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Fix indentation.

This commit is contained in:
hniksic 2000-03-31 06:05:53 -08:00
parent 0d42b49e30
commit dee64b0b16

View File

@ -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)