summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--desktop/source/app/cmdlinehelp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/cmdlinehelp.cxx b/desktop/source/app/cmdlinehelp.cxx
index 89ef21ab5e82..6498ec85516c 100644
--- a/desktop/source/app/cmdlinehelp.cxx
+++ b/desktop/source/app/cmdlinehelp.cxx
@@ -180,7 +180,7 @@ namespace desktop
HANDLE hIn = GetStdHandle(STD_INPUT_HANDLE),
hOut = GetStdHandle(STD_OUTPUT_HANDLE),
hErr = GetStdHandle(STD_ERROR_HANDLE);
- if (hOut == NULL) // application does not have associated standard handles
+ if (hOut == nullptr) // application does not have associated standard handles
{
STARTUPINFOA aStartupInfo;
aStartupInfo.cb = sizeof(aStartupInfo);