aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-sort-info.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-sort-info.c')
-rw-r--r--widgets/table/e-table-sort-info.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/table/e-table-sort-info.c b/widgets/table/e-table-sort-info.c
index 1f465be99b..9e8d6e8228 100644
--- a/widgets/table/e-table-sort-info.c
+++ b/widgets/table/e-table-sort-info.c
@@ -14,7 +14,7 @@
#define ETM_CLASS(e) ((ETableSortInfoClass *)((GtkObject *)e)->klass)
-#define PARENT_TYPE gtk_object_get_type();
+#define PARENT_TYPE gtk_object_get_type ();
static GtkObjectClass *e_table_sort_info_parent_class;
@@ -101,7 +101,7 @@ e_table_sort_info_get_type (void)
(GtkClassInitFunc) NULL,
};
- type = gtk_type_unique (gtk_object_get_type(), &info);
+ type = gtk_type_unique (gtk_object_get_type (), &info);
}
return type;