mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Fix a typo.
svn path=/trunk/; revision=19956
This commit is contained in:
@@ -989,7 +989,7 @@ NtGdiCreateDC(PUNICODE_STRING Driver,
|
||||
|
||||
Ret = IntGdiCreateDC(NULL == Driver ? NULL : &SafeDriver,
|
||||
NULL == Device ? NULL : &SafeDevice, NULL,
|
||||
NULL == InitData ? NULL : &SafeInitData, FLASE);
|
||||
NULL == InitData ? NULL : &SafeInitData, FALSE);
|
||||
|
||||
return Ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user