aboutsummaryrefslogtreecommitdiffstats
path: root/src/TextFile.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/TextFile.hxx')
-rw-r--r--src/TextFile.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TextFile.hxx b/src/TextFile.hxx
index 4291f2639..9d8608711 100644
--- a/src/TextFile.hxx
+++ b/src/TextFile.hxx
@@ -53,7 +53,7 @@ public:
*
* @param file the source file, opened in text mode
* @param buffer an allocator for the buffer
- * @return a pointer to the line, or NULL on end-of-file or error
+ * @return a pointer to the line, or nullptr on end-of-file or error
*/
char *ReadLine();
};