From e70101f058bb44d3f93c2045e2eefa387853a82a Mon Sep 17 00:00:00 2001 From: djcb Date: Mon, 20 May 2013 05:15:11 +0300 Subject: [PATCH] * lib: fix compiler warning --- lib/mu-contacts.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/mu-contacts.c b/lib/mu-contacts.c index af29305a..86c8df0b 100644 --- a/lib/mu-contacts.c +++ b/lib/mu-contacts.c @@ -410,7 +410,8 @@ serialize_cache (MuContacts *self) g_error_free (err); } g_free (data); - } + } else + rv = TRUE; return rv; }