mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:56:00 +00:00
- Fix a typo, spotted by BugBoy.
svn path=/trunk/; revision=34409
This commit is contained in:
parent
69b39dc05f
commit
1598630aef
1 changed files with 1 additions and 1 deletions
|
@ -1301,7 +1301,7 @@ try_again:
|
||||||
Status = ObInsertObject(DriverObject,
|
Status = ObInsertObject(DriverObject,
|
||||||
NULL,
|
NULL,
|
||||||
FILE_READ_DATA,
|
FILE_READ_DATA,
|
||||||
OBJ_KERNEL_HANDLE,
|
0,
|
||||||
NULL,
|
NULL,
|
||||||
&hDriver);
|
&hDriver);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue