aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFWriter.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-06-22 19:13:09 +0200
committerJay Berkenbilt <ejb@ql.org>2018-06-22 19:13:09 +0200
commitc81836076f2b840abc476e3e93988efa57cd5a6b (patch)
tree141400c0ff7c1543325ecbe7a0f05c5d1ecc4e07 /libqpdf/QPDFWriter.cc
parent99593e0eef6204e0fcf0ddcae937c81cac8a1745 (diff)
downloadqpdf-c81836076f2b840abc476e3e93988efa57cd5a6b.tar.zst
Correct incorrect comment
Diffstat (limited to 'libqpdf/QPDFWriter.cc')
-rw-r--r--libqpdf/QPDFWriter.cc4
1 files changed, 1 insertions, 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();