From f027c5e52a7a87bbfb56be5679a0228e75429bee Mon Sep 17 00:00:00 2001 From: Marc-Christian Schulze Date: Sun, 1 Dec 2024 12:16:17 +0100 Subject: [PATCH] Updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aad5deb..e1e63f2 100644 --- a/README.md +++ b/README.md @@ -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[]; }