clang-modernize -use-nullptr for ucs/ucs.cpp

This commit is contained in:
Michael Cook (mackal) 2015-01-09 13:18:49 -05:00
parent bf9b126eef
commit b398d65eb8

View File

@ -49,8 +49,7 @@ std::string WorldShortName;
const ucsconfig *Config; const ucsconfig *Config;
WorldServer *worldserver = 0; WorldServer *worldserver = nullptr;
void CatchSignal(int sig_num) { void CatchSignal(int sig_num) {