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 cbc5c25..f429ce6 100644 --- a/test/ipedec.c +++ b/test/ipedec.c @@ -116,7 +116,7 @@ int main(int argc, char const* argv[]) }; int clear_frame = 0; - int rows = -1; + int rows = 1088; if (argc == 1) { printf("ipedec: no input files\n"); |