From c81836076f2b840abc476e3e93988efa57cd5a6b Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 22 Jun 2018 13:13:09 -0400 Subject: Correct incorrect comment --- libqpdf/QPDFWriter.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libqpdf/QPDFWriter.cc b/libqpdf/QPDFWriter.cc index 77968078..3dcff164 100644 --- a/libqpdf/QPDFWriter.cc +++ b/libqpdf/QPDFWriter.cc @@ -3333,9 +3333,7 @@ QPDFWriter::writeStandard() enqueueObjectsStandard(); } - // Now start walking queue, outputting each object. There shouldn't - // really be any here, but this will catch anything that somehow - // got missed. + // Now start walking queue, outputting each object. while (this->m->object_queue.size()) { QPDFObjectHandle cur_object = this->m->object_queue.front(); -- cgit v1.2.3-54-g00ecf