aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ccl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ccl.c b/src/ccl.c
index b3d61f7863f..54947f2d0c5 100644
--- a/src/ccl.c
+++ b/src/ccl.c
@@ -1187,7 +1187,7 @@ ccl_driver (ccl, source, destination, src_bytes, dst_bytes, consumed)
1187 if (ccl->last_block) 1187 if (ccl->last_block)
1188 { 1188 {
1189 ic = ccl->eof_ic; 1189 ic = ccl->eof_ic;
1190 goto ccl_finish; 1190 goto ccl_repeat;
1191 } 1191 }
1192 else 1192 else
1193 CCL_SUSPEND (CCL_STAT_SUSPEND_BY_SRC); 1193 CCL_SUSPEND (CCL_STAT_SUSPEND_BY_SRC);