minor fixes

This commit is contained in:
Nikita Smith
2024-11-21 15:58:32 -08:00
parent fbf180df2f
commit 7ac7bea420
2 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -33,8 +33,8 @@ struct MSF_Parsed
{
String8 *streams;
U64 stream_count;
U64 block_size;
U64 block_count;
U64 page_size;
U64 page_count;
};
////////////////////////////////