From 073808aa50f0c78e2d6fea4f56f0b814b314eb42 Mon Sep 17 00:00:00 2001 From: m-holger Date: Tue, 26 Jul 2022 12:37:50 +0100 Subject: Code tidy : replace 0 with nullptr or true --- examples/qpdf-job.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/qpdf-job.cc') diff --git a/examples/qpdf-job.cc b/examples/qpdf-job.cc index b71b612a..614abbe6 100644 --- a/examples/qpdf-job.cc +++ b/examples/qpdf-job.cc @@ -8,7 +8,7 @@ // This program is a simple demonstration of different ways to use the // QPDFJob API. -static char const* whoami = 0; +static char const* whoami = nullptr; static void usage() -- cgit v1.2.3-54-g00ecf