Remove trailing commas from enumerations. (#148035)

Tue Jul 20 22:26:29 2004  Matthias Clasen  <maclas@gmx.de>

	* gtk/gtkfilechooserutils.h:
	* gtk/gtktoolbutton.c:
	* gtk/gtktoolbar.c:
	* gtk/gtkicontheme.c:
	* gtk/gtkcalendar.c:
	* demos/gtk-demo/ui_manager.c:
	* demos/gtk-demo/appwindow.c: Remove trailing commas
	from enumerations.  (#148035)
This commit is contained in:
Matthias Clasen
2004-07-21 02:30:19 +00:00
committed by Matthias Clasen
parent a05ba63d74
commit 4466345809
14 changed files with 63 additions and 21 deletions

View File

@ -113,7 +113,7 @@ typedef enum {
NOT_ALLOCATED,
NORMAL,
HIDDEN,
OVERFLOWN,
OVERFLOWN
} ItemState;
struct _GtkToolbarPrivate