]> git.0d.be Git - empathy.git/commitdiff
Add missing ; to make it build.
authorXavier Claessens <xclaesse@gmail.com>
Thu, 8 Oct 2009 19:30:44 +0000 (21:30 +0200)
committerXavier Claessens <xclaesse@gmail.com>
Thu, 8 Oct 2009 19:30:44 +0000 (21:30 +0200)
libempathy-gtk/empathy-chat-text-view.c

index aacc847db54d49aa152a84a4597effc30072970c..894f9b84cea6c2e998cfe26d13a44bff475a4b93 100644 (file)
@@ -1213,7 +1213,7 @@ chat_text_view_copy_clipboard (EmpathyChatView *view)
        }
 
        gtk_clipboard_set_text (clipboard, str->str, str->len);
        }
 
        gtk_clipboard_set_text (clipboard, str->str, str->len);
-       g_string_free (str, TRUE)
+       g_string_free (str, TRUE);
 }
 
 static void
 }
 
 static void