summaryrefslogtreecommitdiff
path: root/src/defaults.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/defaults.cpp')
-rw-r--r--src/defaults.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/defaults.cpp b/src/defaults.cpp
index 1d88d3091..0b40ffe6b 100644
--- a/src/defaults.cpp
+++ b/src/defaults.cpp
@@ -408,7 +408,7 @@ DefaultsData* getConfigDefaults()
void getConfigDefaults2(DefaultsData *const configData)
{
- if (!configData)
+ if (configData == nullptr)
return;
const int density = graphicsManager.getDensity();
int size = 12;