someone forgot the __cplusplus closing brace.

Mon Jan 19 19:05:26 1998  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* gtk/gtkstatusbar.h: someone forgot the __cplusplus closing brace.
This commit is contained in:
Miguel de Icaza 1998-01-20 01:04:55 +00:00 committed by Arturo Espinosa
parent 53ac2efcad
commit 839be1dfdb

View File

@ -66,4 +66,7 @@ gint gtk_statusbar_push (GtkStatusbar *statusbar,
void gtk_statusbar_pop (GtkStatusbar *statusbar,
gint statusid);
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* __GTK_STATUSBAR_H_ */