mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Return TRUE on success in DrvAssertMode.
svn path=/trunk/; revision=4280
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user