removed erroneous semicolon after G_DEFINE_TYPE macros.

2006-05-15  Sven Neumann  <sven@gimp.org>

	* app/*/*.c:
	* lib*/*.c: removed erroneous semicolon after G_DEFINE_TYPE macros.
This commit is contained in:
Sven Neumann 2006-05-15 09:46:31 +00:00 committed by Sven Neumann
parent c89807658a
commit 6ebcf700d1
321 changed files with 340 additions and 333 deletions

View file

@ -53,7 +53,7 @@ static gint gimp_frame_get_indent (GtkWidget *widget);
static gint gimp_frame_get_label_spacing (GtkFrame *frame);
G_DEFINE_TYPE (GimpFrame, gimp_frame, GTK_TYPE_FRAME);
G_DEFINE_TYPE (GimpFrame, gimp_frame, GTK_TYPE_FRAME)
#define parent_class gimp_frame_parent_class