mirror of
https://github.com/qpdf/qpdf.git
synced 2025-04-02 22:51:49 +00:00
Correct incorrect comment
This commit is contained in:
parent
99593e0eef
commit
c81836076f
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user