diff options
author | Jason Ekstrand <jason@jlekstrand.net> | 2014-04-22 21:17:55 -0500 |
---|---|---|
committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2014-04-22 22:28:34 -0400 |
commit | f02663532dfd11d37b335928670bcb2e6482d759 (patch) | |
tree | fd6694a5f97b2a4b687290924bd875115fd1d981 /gtk/gtkdnd.c | |
parent | 6193b9b640af2e57a24c0d420f15b7572f5955c3 (diff) | |
download | gtk+-f02663532dfd11d37b335928670bcb2e6482d759.tar.gz |
Get rid of a stray character
Diffstat (limited to 'gtk/gtkdnd.c')
-rw-r--r-- | gtk/gtkdnd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkdnd.c b/gtk/gtkdnd.c index ce928f9d3f..9cf00b6cda 100644 --- a/gtk/gtkdnd.c +++ b/gtk/gtkdnd.c @@ -1250,7 +1250,7 @@ gtk_drag_highlight_draw (GtkWidget *widget, GtkStyleContext *context; if (GTK_IS_WINDOW (widget)) - {u + { /* We don't want to draw the drag highlight around the * CSD window decorations */ |