aboutsummaryrefslogtreecommitdiff
path: root/engines/gargoyle/unicode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gargoyle/unicode.cpp')
-rw-r--r--engines/gargoyle/unicode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gargoyle/unicode.cpp b/engines/gargoyle/unicode.cpp
index c547d2bcb8..c783915cde 100644
--- a/engines/gargoyle/unicode.cpp
+++ b/engines/gargoyle/unicode.cpp
@@ -63,7 +63,7 @@ glui32 bufferChangeCase(glui32 *buf, glui32 len, glui32 numchars, BufferChangeCa
if (dest_block_first == CASE_TITLE)
dest_block_first = CASE_UPPER;
- newoutbuf = NULL;
+ newoutbuf = nullptr;
outcount = 0;
outbuf = buf;