11 May
2009
11 May
'09
2:10 p.m.
Module: wine Branch: master Commit: 49d08124a6b994d1d7fd785273029365577cabc5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=49d08124a6b994d1d7fd785273... Author: Austin English <austinenglish(a)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();