From 380d3b249432108e2d4034e00530dc5173b39a2f Mon Sep 17 00:00:00 2001 From: Andrew Talbot Date: Fri, 29 Aug 2008 16:31:46 +0100 Subject: [PATCH] msimtf: Sign-compare warning fix. --- dlls/msimtf/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/msimtf/main.c b/dlls/msimtf/main.c index da675aa18a2..45edf533c37 100644 --- a/dlls/msimtf/main.c +++ b/dlls/msimtf/main.c @@ -168,7 +168,7 @@ static HRESULT register_server(BOOL doregister) STRTABLEA strtable; STRENTRYA pse[1]; static CLSID const *clsids[34]; - int i = 0; + unsigned int i = 0; static const WCHAR wszAdvpack[] = {'a','d','v','p','a','c','k','.','d','l','l',0};