summaryrefslogtreecommitdiff
path: root/src/conv/svg/cdr2xhtml.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/conv/svg/cdr2xhtml.cpp')
-rw-r--r--src/conv/svg/cdr2xhtml.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conv/svg/cdr2xhtml.cpp b/src/conv/svg/cdr2xhtml.cpp
index 4a9245c..5ccaab6 100644
--- a/src/conv/svg/cdr2xhtml.cpp
+++ b/src/conv/svg/cdr2xhtml.cpp
@@ -54,7 +54,7 @@ int main(int argc, char *argv[])
if (argc < 2)
return printUsage();
- char *file = 0;
+ char *file = nullptr;
for (int i = 1; i < argc; i++)
{