inkobj: Remove break after return. Found by Smatch.

This commit is contained in:
Michael Stefaniuc 2007-08-04 00:56:38 +02:00 committed by Alexandre Julliard
parent 6eb90d87fb
commit 66d27c2b08
1 changed files with 0 additions and 1 deletions

View File

@ -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;