summaryrefslogtreecommitdiff
path: root/telepathy-glib/contacts-mixin.c
diff options
context:
space:
mode:
authorSjoerd Simons <Sjoerd Simons sjoerd@luon.net>2008-08-14 11:46:18 +0100
committerSjoerd Simons <Sjoerd Simons sjoerd@luon.net>2008-08-14 11:46:18 +0100
commit3f8c5515b6fcfcf53ebee3b2601d47f5b6d9e342 (patch)
tree125e0488fbe53fce2311b6f2b7e2c467f680b103 /telepathy-glib/contacts-mixin.c
parent7bc4050ad3eaaa7e916bb143405efcc9916f7304 (diff)
downloadtelepathy-glib-3f8c5515b6fcfcf53ebee3b2601d47f5b6d9e342.tar.gz
TpContactsMixin: add a newline after variable declarations
Diffstat (limited to 'telepathy-glib/contacts-mixin.c')
-rw-r--r--telepathy-glib/contacts-mixin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/telepathy-glib/contacts-mixin.c b/telepathy-glib/contacts-mixin.c
index a8061dd35..3180102a5 100644
--- a/telepathy-glib/contacts-mixin.c
+++ b/telepathy-glib/contacts-mixin.c
@@ -287,6 +287,7 @@ tp_contacts_mixin_get_contact_attributes (
{
GError einval = { TP_ERRORS, TP_ERROR_INVALID_ARGUMENT,
"Non-inspectable Interface given" };
+
dbus_g_method_return_error (context, &einval);
return;
}