summaryrefslogtreecommitdiff
path: root/spec/bsw.fspec
diff options
context:
space:
mode:
authorJari Vetoniemi <mailroxas@gmail.com>2018-10-09 08:49:46 +0300
committerJari Vetoniemi <mailroxas@gmail.com>2018-10-11 14:07:43 +0300
commit2198478cd22cec4ea2b645d4e9f31ee9c2508ff5 (patch)
tree101afb521b4d48fb0691cbb653fb2101ecea6a4f /spec/bsw.fspec
parent987c0427f07afb5eec6c719b090a4028fd1feaac (diff)
push for remote work
Diffstat (limited to 'spec/bsw.fspec')
-rw-r--r--spec/bsw.fspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bsw.fspec b/spec/bsw.fspec
index 5e868eb..3714337 100644
--- a/spec/bsw.fspec
+++ b/spec/bsw.fspec
@@ -1,4 +1,4 @@
-struct v {
+struct bsw {
u8 header[4] | matches('CWS\0') str;
u32 size dec;
u8 data[until(false)] | compression('zlib', size) hex;