2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-02-02 20:08:24 +00:00

Fix test_driver comment

This commit is contained in:
m-holger 2024-08-15 18:59:55 +01:00
parent 6aa6c01303
commit 6b7a05a379

View File

@ -1633,7 +1633,7 @@ test_45(QPDF& pdf, char const* arg2)
{ {
// Decode obfuscated files. This is here to help test with // Decode obfuscated files. This is here to help test with
// files that trigger anti-virus warnings. See comments in // files that trigger anti-virus warnings. See comments in
// qpdf.test for details. // specific-bugs.test for details.
QPDFWriter w(pdf, "a.pdf"); QPDFWriter w(pdf, "a.pdf");
w.setStaticID(true); w.setStaticID(true);
w.write(); w.write();