input/file: return NULL instead of "false"

This commit is contained in:
Max Kellermann
2011-09-15 09:48:28 +02:00
parent f2be6432a9
commit ce9aeed4cb
2 changed files with 5 additions and 5 deletions

View File

@@ -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