mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 08:13:00 +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
|
* VideoPort driver
|
||||||
* Written by Rex Jolliff
|
* Written by Rex Jolliff
|
||||||
|
@ -1373,7 +1373,7 @@ VideoPortZeroDeviceMemory(OUT PVOID Destination,
|
||||||
static BOOLEAN STDCALL
|
static BOOLEAN STDCALL
|
||||||
VideoPortResetDisplayParameters(Columns, Rows)
|
VideoPortResetDisplayParameters(Columns, Rows)
|
||||||
{
|
{
|
||||||
if (NULL != ResetDisplayParametersDeviceExtension)
|
if (NULL == ResetDisplayParametersDeviceExtension)
|
||||||
{
|
{
|
||||||
return(FALSE);
|
return(FALSE);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue