summaryrefslogtreecommitdiffstats
path: root/src/debug/simple-event.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/simple-event.h')
-rw-r--r--src/debug/simple-event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/simple-event.h b/src/debug/simple-event.h
index b22f1c2ee..7f7f7614d 100644
--- a/src/debug/simple-event.h
+++ b/src/debug/simple-event.h
@@ -73,7 +73,7 @@ private:
va_list args;
va_start(args, format);
gchar *value=g_strdup_vprintf(format, args);
- g_assert(value != NULL);
+ g_assert(value != nullptr);
va_end(args);
_addProperty(name, value);
g_free(value);