diff options
Diffstat (limited to '')
-rw-r--r-- | bin/glitch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/glitch.c b/bin/glitch.c index 3a3bfde5..98be3b82 100644 --- a/bin/glitch.c +++ b/bin/glitch.c @@ -261,8 +261,8 @@ enum PACKED Filter { UP, AVERAGE, PAETH, + FILTER_COUNT, }; -#define FILTER_COUNT (PAETH + 1) static struct { bool brokenPaeth; |