[gtk+] Fix typo.
- From: John Ralls <jralls src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Fix typo.
- Date: Mon, 22 Feb 2016 00:24:26 +0000 (UTC)
commit 3cf98a4353299d46eff78ed7bbddb7cd88886405
Author: John Ralls <jralls ceridwen us>
Date: Sun Feb 21 16:17:46 2016 -0800
Fix typo.
gtk/gtkclipboard-quartz.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkclipboard-quartz.c b/gtk/gtkclipboard-quartz.c
index 40f1c56..8f98cc7 100644
--- a/gtk/gtkclipboard-quartz.c
+++ b/gtk/gtkclipboard-quartz.c
@@ -860,7 +860,7 @@ gtk_clipboard_wait_for_text (GtkClipboard *clipboard)
GdkPixbuf *
gtk_clipboard_wait_for_image (GtkClipboard *clipboard)
{
- GdkAtom target = gdk_atom_intern_static_string("image/tiff")
+ GdkAtom target = gdk_atom_intern_static_string("image/tiff");
int i;
GtkSelectionData *data;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]