aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-chat-text-view.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2009-10-09 03:30:44 +0800
committerXavier Claessens <xclaesse@gmail.com>2009-10-09 03:30:44 +0800
commitec9d9d8779bd3e8a18fdd210bc0d317dc120f91e (patch)
tree33dae957b34d6de4841b9c9dd497924161e6f403 /libempathy-gtk/empathy-chat-text-view.c
parent72a91aa96ff999c6140e8d1ba8521fdfa03b38f3 (diff)
downloadgsoc2013-empathy-ec9d9d8779bd3e8a18fdd210bc0d317dc120f91e.tar
gsoc2013-empathy-ec9d9d8779bd3e8a18fdd210bc0d317dc120f91e.tar.gz
gsoc2013-empathy-ec9d9d8779bd3e8a18fdd210bc0d317dc120f91e.tar.bz2
gsoc2013-empathy-ec9d9d8779bd3e8a18fdd210bc0d317dc120f91e.tar.lz
gsoc2013-empathy-ec9d9d8779bd3e8a18fdd210bc0d317dc120f91e.tar.xz
gsoc2013-empathy-ec9d9d8779bd3e8a18fdd210bc0d317dc120f91e.tar.zst
gsoc2013-empathy-ec9d9d8779bd3e8a18fdd210bc0d317dc120f91e.zip
Add missing ; to make it build.
Diffstat (limited to 'libempathy-gtk/empathy-chat-text-view.c')
-rw-r--r--libempathy-gtk/empathy-chat-text-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-chat-text-view.c b/libempathy-gtk/empathy-chat-text-view.c
index aacc847db..894f9b84c 100644
--- a/libempathy-gtk/empathy-chat-text-view.c
+++ b/libempathy-gtk/empathy-chat-text-view.c
@@ -1213,7 +1213,7 @@ chat_text_view_copy_clipboard (EmpathyChatView *view)
}
gtk_clipboard_set_text (clipboard, str->str, str->len);
- g_string_free (str, TRUE)
+ g_string_free (str, TRUE);
}
static void