summaryrefslogtreecommitdiff
path: root/src/map/magic-stmt.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/magic-stmt.hpp')
-rw-r--r--src/map/magic-stmt.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/magic-stmt.hpp b/src/map/magic-stmt.hpp
index 97fdf1f..745b9b5 100644
--- a/src/map/magic-stmt.hpp
+++ b/src/map/magic-stmt.hpp
@@ -40,7 +40,7 @@ struct op_t
/**
* Retrieves an operation by name
* @param name The name to look up
- * @return An operation of that name, or NULL, and a function index
+ * @return An operation of that name, or nullptr, and a function index
*/
op_t *magic_get_op(ZString name);