Author: janderwald Date: Sat Aug 25 22:35:14 2007 New Revision: 28557
URL: http://svn.reactos.org/svn/reactos?rev=28557&view=rev Log: -fix build some broke
Modified: trunk/reactos/subsystems/win32/win32k/eng/surface.c
Modified: trunk/reactos/subsystems/win32/win32k/eng/surface.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/eng... ============================================================================== --- trunk/reactos/subsystems/win32/win32k/eng/surface.c (original) +++ trunk/reactos/subsystems/win32/win32k/eng/surface.c Sat Aug 25 22:35:14 2007 @@ -563,7 +563,7 @@ * @implemented */ VOID STDCALL -NtGdiEngUnLockSurface(IN SURFOBJ *Surface) +NtGdiEngUnlockSurface(IN SURFOBJ *Surface) { EngUnlockSurface(Surface); }