Fixed typo.

This commit is contained in:
Eric Pouech 1999-05-08 09:29:00 +00:00 committed by Alexandre Julliard
parent 4e700ab90e
commit 9caedbd948
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ HMODULE BUILTIN32_LoadImage( LPCSTR name, OFSTRUCT *ofs)
if (!lstrcmpiA( table->descr->name, dllname )) break;
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",
table->descr->name);