telepathy-mission-control: fixup!

Simon McVittie smcv at kemper.freedesktop.org
Thu Jan 30 04:34:41 PST 2014


Module: telepathy-mission-control
Branch: master
Commit: 5633f3ae27a762444bb7a487abfd1f4b2aeacbaf
URL:    http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=5633f3ae27a762444bb7a487abfd1f4b2aeacbaf

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Wed Jan 29 18:28:53 2014 +0000

fixup!

---

 src/mcd-storage.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mcd-storage.c b/src/mcd-storage.c
index 978c12d..d43a887 100644
--- a/src/mcd-storage.c
+++ b/src/mcd-storage.c
@@ -1856,7 +1856,7 @@ mcd_storage_commit (McdStorage *self, const gchar *account)
   if (account != NULL)
     {
       plugin = g_hash_table_lookup (self->accounts, account);
-      g_return_val_if_fail (plugin != NULL, FALSE);
+      g_return_if_fail (plugin != NULL);
 
       pname = mcp_account_storage_name (plugin);
 



More information about the telepathy-commits mailing list