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:48:14 +0300
committerPopkornium18 <mail@popkornium18.de>2020-06-28 20:04:27 +0300
commit691c38736a7061e5d8f39f2b0f47e8eb3eecc228 (patch)
treeab6e1b4ce20d8662c294d18a2569a7602b60d38a /plugins/ffxiv
parentfd8386a20641fe521803e3d5bfddc9a79cb0fef2 (diff)
REFAC(plugins): replace NULL with nullptr
This changes all occurances of NULL in the plugins source dir to nullptr. Additionally explicit comparisons with NULL were removed.
Diffstat (limited to 'plugins/ffxiv')
-rwxr-xr-xplugins/ffxiv/ffxiv.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ffxiv/ffxiv.cpp b/plugins/ffxiv/ffxiv.cpp
index 2bd0201ab..579010adf 100755
--- a/plugins/ffxiv/ffxiv.cpp
+++ b/plugins/ffxiv/ffxiv.cpp
@@ -206,8 +206,8 @@ static MumblePlugin ffxivplug = {
MUMBLE_PLUGIN_MAGIC,
description,
shortname,
- NULL,
- NULL,
+ nullptr,
+ nullptr,
trylock1,
generic_unlock,
longdesc,