fixed another return FALSE in a function returning a pointer (patch 545046)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15216 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-04-20 12:30:12 +00:00
parent 4b912ef220
commit 6703082ef0

View File

@@ -305,7 +305,7 @@ PDIB wxDibReadBitmapInfo(HFILE fh)
}
if (sizeof(bi) != _lread(fh,(LPSTR)&bi,sizeof(bi)))
return FALSE;
return NULL;
/*
* what type of bitmap info is this?