[ros-diffs] [tfaber] 55055: [KERNEL32] - Fix MSVC build

tfaber at svn.reactos.org tfaber at svn.reactos.org
Sat Jan 21 21:36:19 UTC 2012


Author: tfaber
Date: Sat Jan 21 21:36:17 2012
New Revision: 55055

URL: http://svn.reactos.org/svn/reactos?rev=55055&view=rev
Log:
[KERNEL32]
- Fix MSVC build

Modified:
    trunk/reactos/dll/win32/kernel32/client/proc.c

Modified: trunk/reactos/dll/win32/kernel32/client/proc.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/client/proc.c?rev=55055&r1=55054&r2=55055&view=diff
==============================================================================
--- trunk/reactos/dll/win32/kernel32/client/proc.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/kernel32/client/proc.c [iso-8859-1] Sat Jan 21 21:36:17 2012
@@ -59,8 +59,7 @@
         0,
         NULL,
         0
-    },
-    {}
+    }
 };
 
 PSAFER_REPLACE_PROCESS_THREAD_TOKENS g_SaferReplaceProcessThreadTokens;




More information about the Ros-diffs mailing list