Commit 49d08124 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

imm32/tests: Sign compare fix.

parent b7b28159
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment