mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-02 17:00:19 +00:00
gtk/gtkspinbutton.c: Remove lingering ';'
...so that C89 compilers will not complain
This commit is contained in:
parent
42bf233d59
commit
1a122a4367
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user