Remove trailing commas

svn path=/trunk/; revision=18849
This commit is contained in:
Matthias Clasen 2007-09-21 14:17:53 +00:00
parent a1045cf317
commit 763417b4c1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-09-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktoolbar.c: Remove trailing commas from enumerations.
2007-09-20 Cody Russell <bratsche@gnome.org>
* modules/engines/ms-windows/msw_style.c: Override draw_layout

View File

@ -3860,7 +3860,7 @@ internal_insert_element (GtkToolbar *toolbar,
typedef enum {
UNKNOWN,
YES,
NO,
NO
} TriState;
struct _ToolbarContent