summaryrefslogtreecommitdiff
path: root/fltrimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'fltrimpl.h')
-rw-r--r--fltrimpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fltrimpl.h b/fltrimpl.h
index 1577ca7d..d236a6c8 100644
--- a/fltrimpl.h
+++ b/fltrimpl.h
@@ -30,7 +30,7 @@
/*
#define FILTER_END \
case -1: \
- if (messageEnd && Output(-1, NULL, 0, messageEnd, blocking)) \
+ if (messageEnd && Output(-1, NULLPTR, 0, messageEnd, blocking)) \
return 1; \
FILTER_END_NO_MESSAGE_END
*/