2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-03 19:00:51 +00:00

Correct incorrect comment

This commit is contained in:
Jay Berkenbilt 2018-06-22 13:13:09 -04:00
parent 99593e0eef
commit c81836076f

View File

@ -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();