mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
BUGFIX: get rid of an incorrect ASSERT
svn path=/trunk/; revision=12070
This commit is contained in:
parent
ce3ef02040
commit
ed3a9ff266
1 changed files with 1 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
/* $Id: text.c,v 1.115 2004/12/12 23:08:13 navaraf Exp $ */
|
/* $Id: text.c,v 1.116 2004/12/13 01:45:18 royce Exp $ */
|
||||||
#include <w32k.h>
|
#include <w32k.h>
|
||||||
|
|
||||||
#include <ft2build.h>
|
#include <ft2build.h>
|
||||||
|
@ -2583,7 +2583,6 @@ NtGdiGetTextMetrics(HDC hDC,
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
ASSERT(FALSE);
|
|
||||||
Status = STATUS_INVALID_HANDLE;
|
Status = STATUS_INVALID_HANDLE;
|
||||||
}
|
}
|
||||||
DC_UnlockDc(hDC);
|
DC_UnlockDc(hDC);
|
||||||
|
|
Loading…
Reference in a new issue