imm32/tests: Sign compare fix.
This commit is contained in:
parent
b7b28159c9
commit
49d08124a6
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue