[ros-diffs] [navaraf] 19956: Fix a typo.

navaraf at svn.reactos.com navaraf at svn.reactos.com
Wed Dec 7 23:19:50 CET 2005


Fix a typo.
Modified: trunk/reactos/subsys/win32k/objects/dc.c
  _____  

Modified: trunk/reactos/subsys/win32k/objects/dc.c
--- trunk/reactos/subsys/win32k/objects/dc.c	2005-12-07 22:11:25 UTC
(rev 19955)
+++ trunk/reactos/subsys/win32k/objects/dc.c	2005-12-07 22:19:46 UTC
(rev 19956)
@@ -989,7 +989,7 @@

 
   Ret = IntGdiCreateDC(NULL == Driver ? NULL : &SafeDriver,
                        NULL == Device ? NULL : &SafeDevice, NULL,
-                       NULL == InitData ? NULL : &SafeInitData, FLASE);
+                       NULL == InitData ? NULL : &SafeInitData, FALSE);
 
   return Ret;
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051207/c533e03e/attachment.html


More information about the Ros-diffs mailing list