Commit 9caedbd9 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

Fixed typo.

parent 4e700ab9
...@@ -372,7 +372,7 @@ HMODULE BUILTIN32_LoadImage( LPCSTR name, OFSTRUCT *ofs) ...@@ -372,7 +372,7 @@ HMODULE BUILTIN32_LoadImage( LPCSTR name, OFSTRUCT *ofs)
if (!lstrcmpiA( table->descr->name, dllname )) break; if (!lstrcmpiA( table->descr->name, dllname )) break;
if (!table->descr) return 0; if (!table->descr) return 0;
if(table->flags && BI32_INSTANTIATED) if(table->flags & BI32_INSTANTIATED)
{ {
ERR_(module)("Attemp to instantiate built-in dll '%s' twice in the same address-space. Expect trouble!\n", ERR_(module)("Attemp to instantiate built-in dll '%s' twice in the same address-space. Expect trouble!\n",
table->descr->name); table->descr->name);
......
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