From 02ee620abc2d7c458149e9b54e3c0f67d4f5f4a1 Mon Sep 17 00:00:00 2001 From: Frank Zago <tatou99@gmail.com> Date: Wed, 14 Oct 2009 23:18:19 +0000 Subject: [PATCH] Fixed bug introduced in r1301. --- hch/CDefHandler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hch/CDefHandler.h b/hch/CDefHandler.h index 81c13ec27..d7a6bb1f9 100644 --- a/hch/CDefHandler.h +++ b/hch/CDefHandler.h @@ -47,7 +47,7 @@ struct SDefEntry { unsigned char B; } palette[256]; - struct SDefEntryBlock * blocks; + struct SDefEntryBlock blocks[]; }; // Def entry in file. Integer fields are all little endian and will