From bcd5ab11752c37263331e35c443da9c7b984e201 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Thu, 10 Dec 2009 01:09:51 +0000 Subject: [PATCH] fix a typo svn path=/branches/ros-amd64-bringup/; revision=44506 --- reactos/include/ndk/peb_teb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/ndk/peb_teb.h b/reactos/include/ndk/peb_teb.h index d6e9d71056e..030508d2673 100644 --- a/reactos/include/ndk/peb_teb.h +++ b/reactos/include/ndk/peb_teb.h @@ -215,7 +215,7 @@ typedef struct STRUCT(_TEB) 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;