From 31dd9c0a1cfdb3555f9d900a5e6987bb5d9c4728 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Tue, 10 Feb 2009 03:10:33 +0000 Subject: [PATCH] fix a typo svn path=/trunk/; revision=39521 --- reactos/include/ddk/wdm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/ddk/wdm.h b/reactos/include/ddk/wdm.h index 2644e68de58..7f479163f30 100644 --- a/reactos/include/ddk/wdm.h +++ b/reactos/include/ddk/wdm.h @@ -276,7 +276,7 @@ typedef union _SLIST_HEADER { ULONGLONG HeaderType:1; ULONGLONG Init:1; ULONGLONG Reserved:2; - ULONGLONG Region:60; + ULONGLONG NextEntry:60; struct { } Header16; } SLIST_HEADER, *PSLIST_HEADER;