mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 20:36:35 +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
|
* entry.c
|
||||||
*
|
*
|
||||||
* $Revision: 1.25 $
|
* $Revision: 1.26 $
|
||||||
* $Author: gvg $
|
* $Author: hbirr $
|
||||||
* $Date: 2003/03/08 13:16:52 $
|
* $Date: 2003/03/09 21:44:24 $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -210,7 +210,7 @@ DrvAssertMode(IN DHPDEV DPev,
|
||||||
}
|
}
|
||||||
VGAInitialized = FALSE;
|
VGAInitialized = FALSE;
|
||||||
}
|
}
|
||||||
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue