Fix typo.

This commit is contained in:
John Ralls
2016-02-21 16:17:46 -08:00
parent e935993d96
commit 3cf98a4353

View File

@ -860,7 +860,7 @@ gtk_clipboard_wait_for_text (GtkClipboard *clipboard)
GdkPixbuf * GdkPixbuf *
gtk_clipboard_wait_for_image (GtkClipboard *clipboard) 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; int i;
GtkSelectionData *data; GtkSelectionData *data;