aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/pdf-job.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/pdf-job.cc b/examples/pdf-job.cc
index 238f44c0..41ee8603 100644
--- a/examples/pdf-job.cc
+++ b/examples/pdf-job.cc
@@ -35,7 +35,8 @@ int main(int argc, char* argv[])
->pages()
->pageSpec(".", "1-z")
->endPages()
- ->qdf();
+ ->qdf()
+ ->checkConfiguration();
j.run();
}
catch (std::exception& e)