imagehlp: Fixed typo (Coverity).

oldstable
Paul Vriens 2006-06-26 15:30:06 +02:00 committed by Alexandre Julliard
parent d599dec16c
commit 47c3663bec
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ DWORD WINAPI MapFileAndCheckSumW(
0,
0,
0);
if (hMapping == 0)
if (BaseAddress == 0)
{
CloseHandle(hMapping);
CloseHandle(hFile);