summaryrefslogtreecommitdiff
path: root/src/char/int_storage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/char/int_storage.cpp')
-rw-r--r--src/char/int_storage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char/int_storage.cpp b/src/char/int_storage.cpp
index 9527806..784347b 100644
--- a/src/char/int_storage.cpp
+++ b/src/char/int_storage.cpp
@@ -116,7 +116,7 @@ bool extract(XString str, Storage *p)
Storage *account2storage(AccountId account_id)
{
Storage *s = storage_db.search(account_id);
- if (s == NULL)
+ if (s == nullptr)
{
s = storage_db.init(account_id);
s->account_id = account_id;