From 02d694a59bdd1f220a8d18c7eb7fe17cb97a94dc Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Mon, 29 Jan 2018 17:10:57 +0000 Subject: [PATCH] Fix incorrect casting and null references on DiscImageChef format. --- dicformat.bt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dicformat.bt b/dicformat.bt index aabc004..21fd427 100644 --- a/dicformat.bt +++ b/dicformat.bt @@ -810,7 +810,7 @@ typedef struct uint length; uint64 crc64 ; DumpHardwareEntry dumpHardware[entries]; -} DumpHardwareHeader; +} DumpHardwareHeader ; typedef struct {