diff options
Diffstat (limited to 'libempathy/empathy-call-handler.c')
-rw-r--r-- | libempathy/empathy-call-handler.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy/empathy-call-handler.c b/libempathy/empathy-call-handler.c index dd117eb99..f73c41e2e 100644 --- a/libempathy/empathy-call-handler.c +++ b/libempathy/empathy-call-handler.c @@ -614,4 +614,5 @@ empathy_call_handler_has_initial_video (EmpathyCallHandler *handler) EmpathyCallHandlerPriv *priv = GET_PRIV (handler); return priv->initial_video; -}
\ No newline at end of file +} + |