From 0546d448ced64975a6b71ef4ee23650f5fc1e362 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 31 May 2010 17:22:43 +0200 Subject: fix compiler warning: enumerated type mixed with another type --- lib/curl_fnmatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/curl_fnmatch.c') diff --git a/lib/curl_fnmatch.c b/lib/curl_fnmatch.c index 6485c97bb..b250a223a 100644 --- a/lib/curl_fnmatch.c +++ b/lib/curl_fnmatch.c @@ -169,7 +169,7 @@ static int setcharset(unsigned char **p, unsigned char *charset) if(!something_found) { if(charset[CURLFNM_NEGATE]) { charset[c] = 1; - something_found = 1; + something_found = TRUE; } else charset[CURLFNM_NEGATE] = 1; /* negate charset */ -- cgit v1.2.3