diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-09-13 21:27:16 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-09-13 21:27:16 +0800 |
commit | 562666b74b8f6d863dd6c4970fd7bea3e9d899d6 (patch) | |
tree | e955150515684e1b0bb0754e13b723f01e987860 /libempathy-gtk | |
parent | 72433c26360feadfdae1cbd1327375abd438c0eb (diff) | |
download | gsoc2013-empathy-562666b74b8f6d863dd6c4970fd7bea3e9d899d6.tar gsoc2013-empathy-562666b74b8f6d863dd6c4970fd7bea3e9d899d6.tar.gz gsoc2013-empathy-562666b74b8f6d863dd6c4970fd7bea3e9d899d6.tar.bz2 gsoc2013-empathy-562666b74b8f6d863dd6c4970fd7bea3e9d899d6.tar.lz gsoc2013-empathy-562666b74b8f6d863dd6c4970fd7bea3e9d899d6.tar.xz gsoc2013-empathy-562666b74b8f6d863dd6c4970fd7bea3e9d899d6.tar.zst gsoc2013-empathy-562666b74b8f6d863dd6c4970fd7bea3e9d899d6.zip |
coding style fix
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c index 36455f3d9..a200dc181 100644 --- a/libempathy-gtk/empathy-chat.c +++ b/libempathy-gtk/empathy-chat.c @@ -99,7 +99,7 @@ struct _EmpathyChatPriv { gulong delete_range_id; gulong notify_cursor_position_id; - /* Source func ID for update_misspelled_words() */ + /* Source func ID for update_misspelled_words () */ guint update_misspelled_words_id; GtkWidget *widget; |