fix a typo

svn path=/trunk/; revision=39521
This commit is contained in:
Timo Kreuzer 2009-02-10 03:10:33 +00:00
parent 870b09618b
commit 31dd9c0a1c

View file

@ -276,7 +276,7 @@ typedef union _SLIST_HEADER {
ULONGLONG HeaderType:1; ULONGLONG HeaderType:1;
ULONGLONG Init:1; ULONGLONG Init:1;
ULONGLONG Reserved:2; ULONGLONG Reserved:2;
ULONGLONG Region:60; ULONGLONG NextEntry:60;
struct { struct {
} Header16; } Header16;
} SLIST_HEADER, *PSLIST_HEADER; } SLIST_HEADER, *PSLIST_HEADER;