From 622721403f74722017910275ab8cf98cd200dc59 Mon Sep 17 00:00:00 2001 From: Nik Date: Tue, 6 Jun 2023 08:26:01 +0200 Subject: [PATCH] patterns/flac: Fixed typo --- patterns/flac.hexpat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patterns/flac.hexpat b/patterns/flac.hexpat index f88476c..5605ccd 100644 --- a/patterns/flac.hexpat +++ b/patterns/flac.hexpat @@ -138,7 +138,7 @@ enum PICTURE_TYPE : u32 { struct METADATA_BLOCK_PICTURE { PICTURE_TYPE pictureType; u32 mimeTypeLength; - char mimeType[mineTypeLength]; + char mimeType[mimeTypeLength]; u32 descriptionLength; char description[descriptionLength]; u32 width, height;