From 59f8144c50765189594d5932fc25869f9ea6e265 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 19 Oct 2013 18:19:03 +0200 Subject: *: use nullptr instead of NULL --- src/InputInit.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/InputInit.hxx') diff --git a/src/InputInit.hxx b/src/InputInit.hxx index 9aa2de41a..6afea1351 100644 --- a/src/InputInit.hxx +++ b/src/InputInit.hxx @@ -24,9 +24,6 @@ class Error; /** * Initializes this library and all input_stream implementations. - * - * @param error_r location to store the error occurring, or NULL to - * ignore errors */ bool input_stream_global_init(Error &error); -- cgit v1.2.3