1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-26 07:29:17 +02:00

* lib: fix compiler warning

This commit is contained in:
djcb 2013-05-20 05:15:11 +03:00
parent e2a0e58ae8
commit e70101f058

View File

@ -410,7 +410,8 @@ serialize_cache (MuContacts *self)
g_error_free (err); g_error_free (err);
} }
g_free (data); g_free (data);
} } else
rv = TRUE;
return rv; return rv;
} }