From 48205d7e85271df30657c18757904d357d82f3bf Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sat, 18 Jan 2025 03:24:42 +0000 Subject: [PATCH] Fixed errors. --- aaruformat.hexpat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aaruformat.hexpat b/aaruformat.hexpat index 84521c1..132592d 100644 --- a/aaruformat.hexpat +++ b/aaruformat.hexpat @@ -38,8 +38,8 @@ #pragma author Nat Portillo #pragma description AaruFormat parser #pragma endian little -#pragma magic [ 54 4D 52 46 4D 43 49 44 @ 0x00 // DICMFRMT -#pragma magic [ 54 4D 52 46 55 52 41 41 @ 0x00 // AARUFRMT +#pragma magic [ 44 49 43 4D 46 52 4D 54 ] @ 0x00 // DICMFRMT +#pragma magic [ 41 41 52 55 46 52 4D 54 ] @ 0x00 // AARUFRMT #ifdef __IMHEX__ import hex.core; @@ -1213,4 +1213,4 @@ struct Index AaruHeader header @ 0x00; if(header.identifier != DIC_MAGIC && header.identifier != AARU_MAGIC) - std::error("Incorrect signature!"); \ No newline at end of file + std::error("Incorrect signature!");