From dee64b0b16e9923fd23296dd5969ffb846fa2af4 Mon Sep 17 00:00:00 2001 From: hniksic Date: Fri, 31 Mar 2000 06:05:53 -0800 Subject: [PATCH] [svn] Fix indentation. --- src/host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/host.c b/src/host.c index f741cdc7..1b6abf35 100644 --- a/src/host.c +++ b/src/host.c @@ -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) -- 2.39.2