[empathy] Add missing ; to make it build.
- From: Xavier Claessens <xclaesse src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy] Add missing ; to make it build.
- Date: Thu, 8 Oct 2009 19:31:07 +0000 (UTC)
commit ec9d9d8779bd3e8a18fdd210bc0d317dc120f91e
Author: Xavier Claessens <xclaesse gmail com>
Date: Thu Oct 8 21:30:44 2009 +0200
Add missing ; to make it build.
libempathy-gtk/empathy-chat-text-view.c | 2 +-
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 aacc847..894f9b8 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]