[ros-diffs] [tkreuzer] 44506: fix a typo

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Thu Dec 10 21:22:05 CET 2009


Author: tkreuzer
Date: Thu Dec 10 02:09:51 2009
New Revision: 44506

URL: http://svn.reactos.org/svn/reactos?rev=44506&view=rev
Log:
fix a typo

Modified:
    branches/ros-amd64-bringup/reactos/include/ndk/peb_teb.h

Modified: branches/ros-amd64-bringup/reactos/include/ndk/peb_teb.h
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/include/ndk/peb_teb.h?rev=44506&r1=44505&r2=44506&view=diff
==============================================================================
--- branches/ros-amd64-bringup/reactos/include/ndk/peb_teb.h [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/include/ndk/peb_teb.h [iso-8859-1] Thu Dec 10 02:09:51 2009
@@ -215,7 +215,7 @@
     LONG                   ExceptionCode;
 #if (NTDDI_VERSION >= NTDDI_LONGHORN)
     PTR(struct _ACTIVATION_CONTEXT_STACK*) ActivationContextStackPointer;
-    UCHAR                  SpareBytes1[0x30 - 3 * sizeof(PTR(PVOID)];
+    UCHAR                  SpareBytes1[0x30 - 3 * sizeof(PTR(PVOID))];
     ULONG                  TxFsContext;
 #elif (NTDDI_VERSION >= NTDDI_WS03)
     PTR(struct _ACTIVATION_CONTEXT_STACK*) ActivationContextStackPointer;




More information about the Ros-diffs mailing list