diff options
author | Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> | 2009-06-07 21:11:28 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> | 2009-06-07 21:20:09 +0800 |
commit | f399b307ebc18c2382cb09ac24b41de2f5212bf7 (patch) | |
tree | 38f9e169eeb62f2c345dcd6d1d0381e244963827 | |
parent | d0c304bac08a910c048bee84338a97d55a5d0811 (diff) | |
download | gsoc2013-empathy-f399b307ebc18c2382cb09ac24b41de2f5212bf7.tar gsoc2013-empathy-f399b307ebc18c2382cb09ac24b41de2f5212bf7.tar.gz gsoc2013-empathy-f399b307ebc18c2382cb09ac24b41de2f5212bf7.tar.bz2 gsoc2013-empathy-f399b307ebc18c2382cb09ac24b41de2f5212bf7.tar.lz gsoc2013-empathy-f399b307ebc18c2382cb09ac24b41de2f5212bf7.tar.xz gsoc2013-empathy-f399b307ebc18c2382cb09ac24b41de2f5212bf7.tar.zst gsoc2013-empathy-f399b307ebc18c2382cb09ac24b41de2f5212bf7.zip |
Fix make check
-rw-r--r-- | libempathy/empathy-tp-file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-file.c b/libempathy/empathy-tp-file.c index 998de5e51..d7d51ec71 100644 --- a/libempathy/empathy-tp-file.c +++ b/libempathy/empathy-tp-file.c @@ -178,7 +178,7 @@ tp_file_get_available_socket_types_cb (TpProxy *proxy, out: DEBUG ("Socket address type: %u, access control %u", - priv->socket_address_type, priv->socket_access_control); + priv->socket_address_type, priv->socket_access_control); } static void |