imm32/tests: Sign compare fix.

This commit is contained in:
Austin English 2009-05-08 11:45:12 -05:00 committed by Alexandre Julliard
parent b7b28159c9
commit 49d08124a6
1 changed files with 1 additions and 1 deletions

View File

@ -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();