diff options
Diffstat (limited to 'libc/stdio/stdio_ext.cpp')
-rw-r--r-- | libc/stdio/stdio_ext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/stdio_ext.cpp b/libc/stdio/stdio_ext.cpp index e17b62a05..945813e10 100644 --- a/libc/stdio/stdio_ext.cpp +++ b/libc/stdio/stdio_ext.cpp @@ -69,7 +69,7 @@ size_t __fpending(FILE* fp) { void _flushlbf() { // If we flush all streams, we know we've flushed all the line-buffered streams. - fflush(NULL); + fflush(nullptr); } void __fseterr(FILE* fp) { |