diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/ipedec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ipedec.c b/test/ipedec.c index 5099ff3..42a856c 100644 --- a/test/ipedec.c +++ b/test/ipedec.c @@ -8,7 +8,7 @@ #include <ufodecode.h> #include "timer.h" -static const int MAX_ROWS = 3841; +static const int MAX_ROWS = 3842; typedef struct { int clear_frame; |