mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
- Fixed a typo.
svn path=/trunk/; revision=6854
This commit is contained in:
parent
a27b1a9ef3
commit
4db35a9424
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: videoprt.c,v 1.14 2003/12/03 16:57:22 gvg Exp $
|
||||
/* $Id: videoprt.c,v 1.15 2003/12/03 18:58:41 navaraf Exp $
|
||||
*
|
||||
* VideoPort driver
|
||||
* Written by Rex Jolliff
|
||||
|
@ -1373,7 +1373,7 @@ VideoPortZeroDeviceMemory(OUT PVOID Destination,
|
|||
static BOOLEAN STDCALL
|
||||
VideoPortResetDisplayParameters(Columns, Rows)
|
||||
{
|
||||
if (NULL != ResetDisplayParametersDeviceExtension)
|
||||
if (NULL == ResetDisplayParametersDeviceExtension)
|
||||
{
|
||||
return(FALSE);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue