Commit 66d27c2b authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

inkobj: Remove break after return. Found by Smatch.

parent 6eb90d87
......@@ -38,7 +38,6 @@ BOOL WINAPI DllMain(HINSTANCE hinst, DWORD reason, LPVOID reserved)
{
case DLL_WINE_PREATTACH:
return FALSE; /* prefer native version */
break;
case DLL_PROCESS_ATTACH:
DisableThreadLibraryCalls( hinst );
INKOBJ_hInstance = hinst;
......
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