diff options
Diffstat (limited to 'bin/glitch.c')
-rw-r--r-- | bin/glitch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/glitch.c b/bin/glitch.c index 22d82c13..71664115 100644 --- a/bin/glitch.c +++ b/bin/glitch.c @@ -127,6 +127,7 @@ static struct PACKED { uint8_t filter; uint8_t interlace; } header; +static_assert(13 == sizeof(header), "header size"); static size_t lineSize(void) { switch (header.color) { |