Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-christian-schulze committed Dec 1, 2024
1 parent e4281d8 commit f027c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ struct FileHeader {
struct FileSection {
SectionType type;
char name[32];
uint32_t length sizeof(sectionContent);
uint32_t length sizeof(content);
uint8_t content[];
}

Expand Down

0 comments on commit f027c5e

Please sign in to comment.