From ce9aeed4cba059cba4569e101ce93962c3fa2ea5 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 15 Sep 2011 09:48:28 +0200 Subject: input/file: return NULL instead of "false" --- src/input_stream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input_stream.c') diff --git a/src/input_stream.c b/src/input_stream.c index effa24798..44ab7159f 100644 --- a/src/input_stream.c +++ b/src/input_stream.c @@ -64,7 +64,7 @@ input_stream_open(const char *url, GError **error_r) } g_set_error(error_r, input_quark(), 0, "Unrecognized URI"); - return false; + return NULL; } void -- cgit v1.2.3