diff --git a/src/ccl.c b/src/ccl.c index 69beb2141e5..5bff1f3a0ad 100644 --- a/src/ccl.c +++ b/src/ccl.c @@ -827,6 +827,7 @@ while(0) } \ else if (ccl->last_block) \ { \ + REG = -1; \ ic = eof_ic; \ goto ccl_repeat; \ } \