diff --git a/libtiff/tif_fax3.h b/libtiff/tif_fax3.h index 61e9522a..701716cc 100644 --- a/libtiff/tif_fax3.h +++ b/libtiff/tif_fax3.h @@ -539,9 +539,7 @@ done1d: \ goto eol2d; \ eof2d: \ prematureEOF(a0); \ - if (pa < thisrun + sp->nruns) { \ - CLEANUP_RUNS(); \ - } \ + CLEANUP_RUNS(); \ goto eoflab; \ } \ } \ @@ -556,9 +554,7 @@ done1d: \ SETVALUE(0); \ } \ eol2d: \ - if (pa < thisrun + sp->nruns) { \ - CLEANUP_RUNS(); \ - } \ + CLEANUP_RUNS(); \ } while (0) #endif /* _FAX3_ */ /* vim: set ts=8 sts=4 sw=4 noet: */