Austin English : imm32/tests: Sign compare fix.

Alexandre Julliard julliard at winehq.org
Mon May 11 09:10:47 CDT 2009


Module: wine
Branch: master
Commit: 49d08124a6b994d1d7fd785273029365577cabc5
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=49d08124a6b994d1d7fd785273029365577cabc5

Author: Austin English <austinenglish at gmail.com>
Date:   Fri May  8 11:45:12 2009 -0500

imm32/tests: Sign compare fix.

---

 dlls/imm32/tests/imm32.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/imm32/tests/imm32.c b/dlls/imm32/tests/imm32.c
index 7e7f752..1951242 100644
--- a/dlls/imm32/tests/imm32.c
+++ b/dlls/imm32/tests/imm32.c
@@ -90,7 +90,7 @@ static void msg_spy_flush_msgs(void) {
 }
 
 static CWPSTRUCT* msg_spy_find_msg(UINT message) {
-    int i;
+    UINT i;
 
     msg_spy_pump_msg_queue();
 




More information about the wine-cvs mailing list