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:
committed by
Matthias Clasen
parent
a05ba63d74
commit
4466345809
@ -113,7 +113,7 @@ typedef enum {
|
||||
NOT_ALLOCATED,
|
||||
NORMAL,
|
||||
HIDDEN,
|
||||
OVERFLOWN,
|
||||
OVERFLOWN
|
||||
} ItemState;
|
||||
|
||||
struct _GtkToolbarPrivate
|
||||
|
||||
Reference in New Issue
Block a user