Commit fd862ba7 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

imm32: Use boolean return value in boolean function.

parent b1fed4e9
......@@ -1397,7 +1397,7 @@ BOOL WINAPI ImmGetCompositionWindow(HIMC hIMC, LPCOMPOSITIONFORM lpCompForm)
return FALSE;
*lpCompForm = data->IMC.cfCompForm;
return 1;
return TRUE;
}
/***********************************************************************
......
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