mirror of
https://github.com/reactos/reactos.git
synced 2025-04-18 03:34:11 +00:00
- Return TRUE on success in DrvAssertMode.
svn path=/trunk/; revision=4280
This commit is contained in:
parent
b98522fd18
commit
f92f7ff968
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
/*
|
||||
* entry.c
|
||||
*
|
||||
* $Revision: 1.25 $
|
||||
* $Author: gvg $
|
||||
* $Date: 2003/03/08 13:16:52 $
|
||||
* $Revision: 1.26 $
|
||||
* $Author: hbirr $
|
||||
* $Date: 2003/03/09 21:44:24 $
|
||||
*
|
||||
*/
|
||||
|
||||
|
@ -210,7 +210,7 @@ DrvAssertMode(IN DHPDEV DPev,
|
|||
}
|
||||
VGAInitialized = FALSE;
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue