diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-18 20:51:11 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-18 21:01:03 +0800 |
commit | ccc136843beb485cb7ac8aa3646cfee1a7d24c82 (patch) | |
tree | c35d476e39b544719319addc4d23dd37d0648aea | |
parent | 0f95e1b5f33fbf3cfe9099106b123b722ed566ce (diff) | |
download | gsoc2013-empathy-ccc136843beb485cb7ac8aa3646cfee1a7d24c82.tar gsoc2013-empathy-ccc136843beb485cb7ac8aa3646cfee1a7d24c82.tar.gz gsoc2013-empathy-ccc136843beb485cb7ac8aa3646cfee1a7d24c82.tar.bz2 gsoc2013-empathy-ccc136843beb485cb7ac8aa3646cfee1a7d24c82.tar.lz gsoc2013-empathy-ccc136843beb485cb7ac8aa3646cfee1a7d24c82.tar.xz gsoc2013-empathy-ccc136843beb485cb7ac8aa3646cfee1a7d24c82.tar.zst gsoc2013-empathy-ccc136843beb485cb7ac8aa3646cfee1a7d24c82.zip |
empathy-contact: fix coding style
-rw-r--r-- | libempathy/empathy-contact.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-contact.c b/libempathy/empathy-contact.c index 56a1c75af..3d6432d56 100644 --- a/libempathy/empathy-contact.c +++ b/libempathy/empathy-contact.c @@ -1011,7 +1011,7 @@ empathy_avatar_ref (EmpathyAvatar *avatar) * * Save the avatar to a file named filename * - * Returns: %TRUE on success, %FALSE if an error occurred + * Returns: %TRUE on success, %FALSE if an error occurred */ gboolean empathy_avatar_save_to_file (EmpathyAvatar *self, |