aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/RewindInputPlugin.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/RewindInputPlugin.cxx')
-rw-r--r--src/input/RewindInputPlugin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/RewindInputPlugin.cxx b/src/input/RewindInputPlugin.cxx
index 8d229c54f..e11f56631 100644
--- a/src/input/RewindInputPlugin.cxx
+++ b/src/input/RewindInputPlugin.cxx
@@ -240,7 +240,7 @@ const InputPlugin rewind_input_plugin = {
InputStream *
input_rewind_open(InputStream *is)
{
- assert(is != NULL);
+ assert(is != nullptr);
assert(is->offset == 0);
if (is->seekable)