mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
chore(tidy): use nullptr
This commit is contained in:
parent
e5b4d32937
commit
8f5fe40e05
1 changed files with 1 additions and 1 deletions
|
|
@ -61,6 +61,6 @@ void* SMemReAlloc(void* ptr, size_t bytes, const char* filename, int32_t linenum
|
||||||
// TODO handle errors
|
// TODO handle errors
|
||||||
}
|
}
|
||||||
|
|
||||||
return NULL;
|
return nullptr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue