Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPopkornium18 <mail@popkornium18.de>2020-06-28 01:17:36 +0300
committerPopkornium18 <mail@popkornium18.de>2020-06-28 20:04:21 +0300
commitfd8386a20641fe521803e3d5bfddc9a79cb0fef2 (patch)
tree0e0878a138f6de0d5b29ac93befaf34a01e12ec5 /overlay/overlay_blacklist.h
parent2caae7960e3da0aac943c3eac82b55420c4a2721 (diff)
REFAC(overlay): replace NULL with nullptr
This changes all occurances of NULL in the overlay source dir to nullptr. Additionally explicit comparisons with NULL were removed.
Diffstat (limited to 'overlay/overlay_blacklist.h')
-rw-r--r--overlay/overlay_blacklist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlay/overlay_blacklist.h b/overlay/overlay_blacklist.h
index 03440fe4f..6a0c3bfa1 100644
--- a/overlay/overlay_blacklist.h
+++ b/overlay/overlay_blacklist.h
@@ -64,7 +64,7 @@ static const char *overlayBlacklist[] = {
"mspub.exe", // Publisher
"msaccess.exe", // Access
- NULL
+ nullptr
};
#endif