Commit a36e14d9 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

imm32: Remove unneeded cast.

parent 595707dd
......@@ -1082,7 +1082,7 @@ HWND WINAPI ImmGetDefaultIMEWnd(HWND hWnd)
TRACE("Default created (%p)\n",hwndDefault);
}
return (HWND)hwndDefault;
return hwndDefault;
}
/***********************************************************************
......
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