summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-05-12 10:42:10 +0200
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-05-12 10:46:01 +0200
commitacb518e6c3bbfd351f2a29c3cb77d4ee09f650ec (patch)
tree346bbcc3c42bb82a02b4c1121dd613d8575448c2
parentcffca224e7b88cd5b77caa3ec1fcc7ae9024b779 (diff)
TP_IS_HANDLE_REPO_IFACE: fix syntax by adding a parenthesis
Apparently, nobody has ever used this macro... Reviewed-by: Robert McQueen <robert.mcqueen@collabora.co.uk>
-rw-r--r--telepathy-glib/handle-repo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/handle-repo.h b/telepathy-glib/handle-repo.h
index 5580205f..97b36325 100644
--- a/telepathy-glib/handle-repo.h
+++ b/telepathy-glib/handle-repo.h
@@ -51,7 +51,7 @@ typedef struct _TpHandleSet TpHandleSet;
#define TP_IS_HANDLE_REPO_IFACE(obj) \
(G_TYPE_CHECK_INSTANCE_TYPE ((obj), \
- TP_TYPE_HANDLE_REPO_IFACE)
+ TP_TYPE_HANDLE_REPO_IFACE))
#define TP_HANDLE_REPO_IFACE_GET_CLASS(obj) \
(G_TYPE_INSTANCE_GET_INTERFACE ((obj), \