summaryrefslogtreecommitdiff
path: root/spec/bsw.fspec
diff options
context:
space:
mode:
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;