summaryrefslogtreecommitdiffstats
path: root/examples/pdf-create.cc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pdf-create.cc')
-rw-r--r--examples/pdf-create.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pdf-create.cc b/examples/pdf-create.cc
index 785021da..f730b743 100644
--- a/examples/pdf-create.cc
+++ b/examples/pdf-create.cc
@@ -20,7 +20,7 @@
#include <stdlib.h>
#include <string.h>
-static char const* whoami = 0;
+static char const* whoami = nullptr;
// This is a simple StreamDataProvider that writes image data for an
// orange square of the given width and height.