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

@ -602,13 +602,13 @@ gtk_calendar_class_init (GtkCalendarClass *class)
enum
{
TARGET_TEXT,
TARGET_TEXT
};
static const GtkTargetEntry target_table[] = {
{ "TEXT", 0, TARGET_TEXT },
{ "STRING", 0, TARGET_TEXT },
{ "UTF8_STRING", 0, TARGET_TEXT },
{ "UTF8_STRING", 0, TARGET_TEXT }
};
static void