From 3cf98a4353299d46eff78ed7bbddb7cd88886405 Mon Sep 17 00:00:00 2001 From: John Ralls <jralls@ceridwen.us> Date: Sun, 21 Feb 2016 16:17:46 -0800 Subject: Fix typo. --- gtk/gtkclipboard-quartz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/gtkclipboard-quartz.c') diff --git a/gtk/gtkclipboard-quartz.c b/gtk/gtkclipboard-quartz.c index 40f1c566b1..8f98cc7398 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; -- cgit v1.2.1