aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan2/parse.h
diff options
context:
space:
mode:
authorPaul Gilbert2019-05-11 16:15:07 +1000
committerPaul Gilbert2019-05-11 16:15:07 +1000
commit96ebd81e5f29e9cde3d83c4af0b9166cd1f40b26 (patch)
treee98af72cbb3ca116434f5edd2d2ccd0c745e1161 /engines/glk/alan2/parse.h
parent34122d2f47b4a80a26ea4361a35cba50b5ab5cc0 (diff)
downloadscummvm-rg350-96ebd81e5f29e9cde3d83c4af0b9166cd1f40b26.tar.gz
scummvm-rg350-96ebd81e5f29e9cde3d83c4af0b9166cd1f40b26.tar.bz2
scummvm-rg350-96ebd81e5f29e9cde3d83c4af0b9166cd1f40b26.zip
GLK: HUGO: NULL to nullptr, Amiga compilation fix
Diffstat (limited to 'engines/glk/alan2/parse.h')
-rw-r--r--engines/glk/alan2/parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/alan2/parse.h b/engines/glk/alan2/parse.h
index 1e3601c773..c5b223baa0 100644
--- a/engines/glk/alan2/parse.h
+++ b/engines/glk/alan2/parse.h
@@ -71,7 +71,7 @@ private:
int listLength(ParamElem a[]);
/**
- * Compact a list, i.e remove any NULL elements
+ * Compact a list, i.e remove any nullptr elements
*/
void listCompact(ParamElem a[]);