Skip to content

Commit 7082a1a

Browse files
committed
1 parent 16606cf commit 7082a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

f4se/GameUtilities.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace BSHash
2020
UInt32 operator()(const Key& a_key) const
2121
{
2222
UInt32 crc32;
23-
CalculateCRC32_SIZE(crc32, &a_key, sizeof(Key), 0);
23+
CalculateCRC32_SIZE(&crc32, &a_key, sizeof(Key), 0);
2424
return crc32;
2525
}
2626
};

0 commit comments

Comments
 (0)