diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-01-29 18:28:53 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-01-29 19:28:30 +0000 |
commit | 5633f3ae27a762444bb7a487abfd1f4b2aeacbaf (patch) | |
tree | 7c67b60be8e151d927eefcba32424f1080829cef | |
parent | d19d7d0998c872e9288c864b511c6297651498eb (diff) |
fixup!
-rw-r--r-- | src/mcd-storage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mcd-storage.c b/src/mcd-storage.c index 978c12db..d43a8875 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); |