diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2010-02-24 22:43:56 +0800 |
---|---|---|
committer | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2010-02-25 00:29:17 +0800 |
commit | 05caf0ff7d093fa342fbff5e7c0e681750bf1523 (patch) | |
tree | db3d2eca0ead9d52ed919ef43af56b59eaf326d2 | |
parent | c98d650deadd48624a6dba026aa466ddc5b58626 (diff) | |
download | gsoc2013-empathy-05caf0ff7d093fa342fbff5e7c0e681750bf1523.tar gsoc2013-empathy-05caf0ff7d093fa342fbff5e7c0e681750bf1523.tar.gz gsoc2013-empathy-05caf0ff7d093fa342fbff5e7c0e681750bf1523.tar.bz2 gsoc2013-empathy-05caf0ff7d093fa342fbff5e7c0e681750bf1523.tar.lz gsoc2013-empathy-05caf0ff7d093fa342fbff5e7c0e681750bf1523.tar.xz gsoc2013-empathy-05caf0ff7d093fa342fbff5e7c0e681750bf1523.tar.zst gsoc2013-empathy-05caf0ff7d093fa342fbff5e7c0e681750bf1523.zip |
Small coding style fix
-rw-r--r-- | libempathy/empathy-dispatcher.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c index d6c790029..74e8ecb6d 100644 --- a/libempathy/empathy-dispatcher.c +++ b/libempathy/empathy-dispatcher.c @@ -1591,7 +1591,8 @@ empathy_dispatcher_join_muc (TpConnection *connection, static void dispatcher_channel_request_failed_cb (TpChannelRequest *request, - const gchar *error, const gchar *message, + const gchar *error, + const gchar *message, gpointer user_data, GObject *weak_object) { |