]> Pileus Git - ~andy/gtk/commitdiff
gtk/gtkspinbutton.c: Remove lingering ';'
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 30 Dec 2011 08:49:49 +0000 (16:49 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 30 Dec 2011 09:25:47 +0000 (17:25 +0800)
...so that C89 compilers will not complain

gtk/gtkspinbutton.c

index 558b175ad9c3618fe2bb5c058b3f9dbc02e37f6b..978109edae0115b4aa7bd3d8880f95b0875c50eb 100644 (file)
@@ -924,7 +924,7 @@ gtk_spin_button_panel_draw (GtkSpinButton   *spin_button,
                             cairo_t         *cr,
                             GdkWindow       *panel)
 {
-  GtkSpinButtonPrivate *priv = spin_button->priv;;
+  GtkSpinButtonPrivate *priv = spin_button->priv;
   GtkStyleContext *context;
   GtkStateFlags state;
   GtkWidget *widget;