aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libempathy/empathy-call-handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-call-handler.h b/libempathy/empathy-call-handler.h
index db2396dc7..5edf29719 100644
--- a/libempathy/empathy-call-handler.h
+++ b/libempathy/empathy-call-handler.h
@@ -46,7 +46,7 @@ GType empathy_call_handler_get_type (void);
/* TYPE MACROS */
#define EMPATHY_TYPE_CALL_HANDLER \
- (empathy_call_handler_get_type())
+ (empathy_call_handler_get_type ())
#define EMPATHY_CALL_HANDLER(obj) \
(G_TYPE_CHECK_INSTANCE_CAST((obj), EMPATHY_TYPE_CALL_HANDLER, \
EmpathyCallHandler))