summaryrefslogtreecommitdiff
path: root/src/conv/raw/fh2raw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/conv/raw/fh2raw.cpp')
-rw-r--r--src/conv/raw/fh2raw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conv/raw/fh2raw.cpp b/src/conv/raw/fh2raw.cpp
index 86f7c37..24ab7d7 100644
--- a/src/conv/raw/fh2raw.cpp
+++ b/src/conv/raw/fh2raw.cpp
@@ -55,7 +55,7 @@ int printVersion()
int main(int argc, char *argv[])
{
bool printIndentLevel = false;
- char *file = 0;
+ char *file = nullptr;
if (argc < 2)
return printUsage();