diff options
author | Shawn Amundson <amundson@src.gnome.org> | 1998-03-02 23:42:25 +0000 |
---|---|---|
committer | Shawn Amundson <amundson@src.gnome.org> | 1998-03-02 23:42:25 +0000 |
commit | 3cbeacaf58ed7e70456cc7efb5bbf1912b6bfd41 (patch) | |
tree | d5276a530c6f9dc45b5c410ec29389531bceac99 /gtk/gtkstatusbar.h | |
parent | 818ea9d84b9b556f548653b801fc35a76044e2a9 (diff) | |
download | gtk+-3cbeacaf58ed7e70456cc7efb5bbf1912b6bfd41.tar.gz |
fixed ifndef..define typo
-Shawn
Diffstat (limited to 'gtk/gtkstatusbar.h')
-rw-r--r-- | gtk/gtkstatusbar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkstatusbar.h b/gtk/gtkstatusbar.h index c173fa4551..a0f1b13acb 100644 --- a/gtk/gtkstatusbar.h +++ b/gtk/gtkstatusbar.h @@ -18,7 +18,7 @@ */ #ifndef __GTK_STATUSBAR_H__ -#define __GTK_STATUSBAR_H_ +#define __GTK_STATUSBAR_H__ #include <gtk/gtkhbox.h> @@ -88,4 +88,4 @@ void gtk_statusbar_remove (GtkStatusbar *statusbar, #ifdef __cplusplus } #endif /* __cplusplus */ -#endif /* __GTK_STATUSBAR_H_ */ +#endif /* __GTK_STATUSBAR_H__ */ |