mirror of
https://github.com/reactos/reactos.git
synced 2025-05-29 05:58:13 +00:00
[WIN32K] InitVideo() should return NTSTATUS, so return STATUS_SUCCESS instead of 1
This commit is contained in:
parent
e50873376d
commit
21c9f2a488
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ InitVideo(VOID)
|
||||||
|
|
||||||
InitSysParams();
|
InitSysParams();
|
||||||
|
|
||||||
return 1;
|
return STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
|
|
Loading…
Reference in a new issue