summaryrefslogtreecommitdiff
path: root/spec/emz.fspec
diff options
context:
space:
mode:
authorJari Vetoniemi <mailroxas@gmail.com>2018-09-26 18:49:22 +0300
committerJari Vetoniemi <mailroxas@gmail.com>2018-09-26 18:49:22 +0300
commit904e0c52359e0051112b77b6da4232abc8b53ed4 (patch)
tree28016331547786ede7f80a8cfebadaa8b0b45334 /spec/emz.fspec
parentd067b8b70ad503f003a56193ec7d4bebfd3c0276 (diff)
fixup spec files
Diffstat (limited to 'spec/emz.fspec')
-rw-r--r--spec/emz.fspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/emz.fspec b/spec/emz.fspec
index 9eb90a4..d96239e 100644
--- a/spec/emz.fspec
+++ b/spec/emz.fspec
@@ -3,5 +3,5 @@ struct emz {
u32 unknown hex; // most likely redunancy check (crc32?)
u32 size;
u32 offset; // always 16?
- u8 data[$] | compression('deflate', size) hex;
+ u8 data[until (false)] | compression('deflate', size) hex;
};