projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1115b4b
)
Fix a typo.
author
Filip Navara
<filip.navara@gmail.com>
Wed, 7 Dec 2005 22:19:46 +0000
(22:19 +0000)
committer
Filip Navara
<filip.navara@gmail.com>
Wed, 7 Dec 2005 22:19:46 +0000
(22:19 +0000)
svn path=/trunk/; revision=19956
reactos/subsys/win32k/objects/dc.c
patch
|
blob
|
history
diff --git
a/reactos/subsys/win32k/objects/dc.c
b/reactos/subsys/win32k/objects/dc.c
index
846f306
..
e44b5df
100644
(file)
--- a/
reactos/subsys/win32k/objects/dc.c
+++ b/
reactos/subsys/win32k/objects/dc.c
@@
-989,7
+989,7
@@
NtGdiCreateDC(PUNICODE_STRING Driver,
Ret = IntGdiCreateDC(NULL == Driver ? NULL : &SafeDriver,
NULL == Device ? NULL : &SafeDevice, NULL,
- NULL == InitData ? NULL : &SafeInitData, F
LA
SE);
+ NULL == InitData ? NULL : &SafeInitData, F
AL
SE);
return Ret;
}