aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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