Fix a typo.

svn path=/trunk/; revision=19956
This commit is contained in:
Filip Navara
2005-12-07 22:19:46 +00:00
parent 1115b4b42d
commit 5c18e20f2c
+1 -1
View File
@@ -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;
}