fixed ifndef..define typo

-Shawn
This commit is contained in:
Shawn Amundson
1998-03-02 23:42:25 +00:00
parent 818ea9d84b
commit 3cbeacaf58
8 changed files with 30 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Mon Mar 2 18:27:09 CST 1998 Shawn T. Amundson <amundson@gimp.org>
* gtk/gtkstatusbar.h: fixed ifndef..define typo
Mon Mar 2 17:48:38 1998 Owen Taylor <owt1@cornell.edu> Mon Mar 2 17:48:38 1998 Owen Taylor <owt1@cornell.edu>
Miscellaneous minor fixes to remove ANSI C incompatibilities Miscellaneous minor fixes to remove ANSI C incompatibilities

View File

@ -1,3 +1,7 @@
Mon Mar 2 18:27:09 CST 1998 Shawn T. Amundson <amundson@gimp.org>
* gtk/gtkstatusbar.h: fixed ifndef..define typo
Mon Mar 2 17:48:38 1998 Owen Taylor <owt1@cornell.edu> Mon Mar 2 17:48:38 1998 Owen Taylor <owt1@cornell.edu>
Miscellaneous minor fixes to remove ANSI C incompatibilities Miscellaneous minor fixes to remove ANSI C incompatibilities

View File

@ -1,3 +1,7 @@
Mon Mar 2 18:27:09 CST 1998 Shawn T. Amundson <amundson@gimp.org>
* gtk/gtkstatusbar.h: fixed ifndef..define typo
Mon Mar 2 17:48:38 1998 Owen Taylor <owt1@cornell.edu> Mon Mar 2 17:48:38 1998 Owen Taylor <owt1@cornell.edu>
Miscellaneous minor fixes to remove ANSI C incompatibilities Miscellaneous minor fixes to remove ANSI C incompatibilities

View File

@ -1,3 +1,7 @@
Mon Mar 2 18:27:09 CST 1998 Shawn T. Amundson <amundson@gimp.org>
* gtk/gtkstatusbar.h: fixed ifndef..define typo
Mon Mar 2 17:48:38 1998 Owen Taylor <owt1@cornell.edu> Mon Mar 2 17:48:38 1998 Owen Taylor <owt1@cornell.edu>
Miscellaneous minor fixes to remove ANSI C incompatibilities Miscellaneous minor fixes to remove ANSI C incompatibilities

View File

@ -1,3 +1,7 @@
Mon Mar 2 18:27:09 CST 1998 Shawn T. Amundson <amundson@gimp.org>
* gtk/gtkstatusbar.h: fixed ifndef..define typo
Mon Mar 2 17:48:38 1998 Owen Taylor <owt1@cornell.edu> Mon Mar 2 17:48:38 1998 Owen Taylor <owt1@cornell.edu>
Miscellaneous minor fixes to remove ANSI C incompatibilities Miscellaneous minor fixes to remove ANSI C incompatibilities

View File

@ -1,3 +1,7 @@
Mon Mar 2 18:27:09 CST 1998 Shawn T. Amundson <amundson@gimp.org>
* gtk/gtkstatusbar.h: fixed ifndef..define typo
Mon Mar 2 17:48:38 1998 Owen Taylor <owt1@cornell.edu> Mon Mar 2 17:48:38 1998 Owen Taylor <owt1@cornell.edu>
Miscellaneous minor fixes to remove ANSI C incompatibilities Miscellaneous minor fixes to remove ANSI C incompatibilities

View File

@ -1,3 +1,7 @@
Mon Mar 2 18:27:09 CST 1998 Shawn T. Amundson <amundson@gimp.org>
* gtk/gtkstatusbar.h: fixed ifndef..define typo
Mon Mar 2 17:48:38 1998 Owen Taylor <owt1@cornell.edu> Mon Mar 2 17:48:38 1998 Owen Taylor <owt1@cornell.edu>
Miscellaneous minor fixes to remove ANSI C incompatibilities Miscellaneous minor fixes to remove ANSI C incompatibilities

View File

@ -18,7 +18,7 @@
*/ */
#ifndef __GTK_STATUSBAR_H__ #ifndef __GTK_STATUSBAR_H__
#define __GTK_STATUSBAR_H_ #define __GTK_STATUSBAR_H__
#include <gtk/gtkhbox.h> #include <gtk/gtkhbox.h>
@ -88,4 +88,4 @@ void gtk_statusbar_remove (GtkStatusbar *statusbar,
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif /* __cplusplus */ #endif /* __cplusplus */
#endif /* __GTK_STATUSBAR_H_ */ #endif /* __GTK_STATUSBAR_H__ */