diff --git a/src/source2/tier1/utl_ts_hash.rs b/src/source2/tier1/utl_ts_hash.rs index a2714b73..205d0f7d 100644 --- a/src/source2/tier1/utl_ts_hash.rs +++ b/src/source2/tier1/utl_ts_hash.rs @@ -19,7 +19,7 @@ pub struct RTL_SRWLOCK #[repr(C)] pub struct HashBucket { - pub lock: Pointer64, // 0x0000 + pub lock: Pointer64, // 0x0000 pub first: Pointer64>, // 0x0008 pub first_uncommitted: Pointer64>, // 0x0010 }