[Pkg-telepathy-commits] [telepathy-mission-control-6] 193/280: fixup!

Simon McVittie smcv at debian.org
Thu Mar 27 20:07:23 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository telepathy-mission-control-6.

commit 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);
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/telepathy-mission-control-6.git



More information about the Pkg-telepathy-commits mailing list