Commit c81836076f2b840abc476e3e93988efa57cd5a6b

Authored by Jay Berkenbilt
1 parent 99593e0e

Correct incorrect comment

Showing 1 changed file with 1 additions and 3 deletions
libqpdf/QPDFWriter.cc
... ... @@ -3333,9 +3333,7 @@ QPDFWriter::writeStandard()
3333 3333 enqueueObjectsStandard();
3334 3334 }
3335 3335  
3336   - // Now start walking queue, outputting each object. There shouldn't
3337   - // really be any here, but this will catch anything that somehow
3338   - // got missed.
  3336 + // Now start walking queue, outputting each object.
3339 3337 while (this->m->object_queue.size())
3340 3338 {
3341 3339 QPDFObjectHandle cur_object = this->m->object_queue.front();
... ...