]> sjero.net Git - wget/commitdiff
[svn] Fix indentation.
authorhniksic <devnull@localhost>
Fri, 31 Mar 2000 14:05:53 +0000 (06:05 -0800)
committerhniksic <devnull@localhost>
Fri, 31 Mar 2000 14:05:53 +0000 (06:05 -0800)
src/host.c

index f741cdc737eac47e7a9fbf86a3d194c8fe09270b..1b6abf35a1baeb77371b29cf68fda88b5e8f46a9 100644 (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)