summaryrefslogtreecommitdiff
path: root/fitz/filt_pipeline.c
diff options
context:
space:
mode:
Diffstat (limited to 'fitz/filt_pipeline.c')
-rw-r--r--fitz/filt_pipeline.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/fitz/filt_pipeline.c b/fitz/filt_pipeline.c
index 986ca4e7..7df89d0e 100644
--- a/fitz/filt_pipeline.c
+++ b/fitz/filt_pipeline.c
@@ -116,9 +116,7 @@ tail:
else if (e == fz_iodone)
{
- /* Make sure that the head is also done.
- * It may still contain end-of-data markers or garbage.
- */
+ /* The head may still contain end-of-data markers or garbage */
e = fz_process(p->head, in, p->buffer);
if (e != fz_iodone)
fz_catch(e, "head filter not done");