diff options
Diffstat (limited to 'src/map/magic-expr.hpp')
-rw-r--r-- | src/map/magic-expr.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/magic-expr.hpp b/src/map/magic-expr.hpp index c5c63a5..c3e994b 100644 --- a/src/map/magic-expr.hpp +++ b/src/map/magic-expr.hpp @@ -57,7 +57,7 @@ struct fun_t /** * Retrieves a function by name * @param name The name to look up - * @return A function of that name, or NULL. + * @return A function of that name, or nullptr. */ fun_t *magic_get_fun(ZString name); |