summaryrefslogtreecommitdiff
path: root/src/strgen/strgen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strgen/strgen.h')
-rw-r--r--src/strgen/strgen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strgen/strgen.h b/src/strgen/strgen.h
index ecae71a72..fd527203b 100644
--- a/src/strgen/strgen.h
+++ b/src/strgen/strgen.h
@@ -73,7 +73,7 @@ struct StringReader {
* Read a single line from the source of strings.
* @param buffer The buffer to read the data in to.
* @param last The last element in the buffer.
- * @return The buffer, or NULL if at the end of the file.
+ * @return The buffer, or nullptr if at the end of the file.
*/
virtual char *ReadLine(char *buffer, const char *last) = 0;