diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2005-03-21 15:34:36 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-03-21 15:34:36 +0000 |
commit | 8d752a5587abfda1a14298e56cdffb90b4ab21de (patch) | |
tree | 48af5971d458a57e5a5b53f801a285bca0a42e45 /gtk/gtkspinbutton.h | |
parent | 306cc2ed717593ea24667594f54c8755166f03b6 (diff) | |
download | gtk+-8d752a5587abfda1a14298e56cdffb90b4ab21de.tar.gz |
Fix a typo
Diffstat (limited to 'gtk/gtkspinbutton.h')
-rw-r--r-- | gtk/gtkspinbutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkspinbutton.h b/gtk/gtkspinbutton.h index 34b02607fe..33668056e1 100644 --- a/gtk/gtkspinbutton.h +++ b/gtk/gtkspinbutton.h @@ -187,6 +187,6 @@ void gtk_spin_button_update (GtkSpinButton *spin_button) #define gtk_spin_button_get_value_as_float gtk_spin_button_get_value #endif -G_BEGIN_DECLS +G_END_DECLS #endif /* __GTK_SPIN_BUTTON_H__ */ |