summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-04-14 22:12:25 +0200
committerAlexander Larsson <alexl@redhat.com>2016-04-14 22:12:25 +0200
commit3d7d9ece93bafae59bdbde0331cd4c8b9517a69f (patch)
tree83d4e2936ee098e1020be0061ae8f60db6904aeb /common
parent167564b63743313677bbb2d85b3941791094f75e (diff)
downloadxdg-app-3d7d9ece93bafae59bdbde0331cd4c8b9517a69f.tar.gz
Fix warning
Diffstat (limited to 'common')
-rw-r--r--common/xdg-app-dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/xdg-app-dir.c b/common/xdg-app-dir.c
index 2c70497..8b97437 100644
--- a/common/xdg-app-dir.c
+++ b/common/xdg-app-dir.c
@@ -3596,7 +3596,7 @@ xdg_app_dir_fetch_ref_cache (XdgAppDir *self,
if (!xdg_app_dir_remote_fetch_summary (self, remote_name,
&summary_bytes,
cancellable, error))
- return NULL;
+ return FALSE;
if (summary_bytes == NULL)
{