summaryrefslogtreecommitdiff
path: root/src/fr-process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fr-process.c')
-rw-r--r--src/fr-process.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fr-process.c b/src/fr-process.c
index 7ee2d70..a5621a9 100644
--- a/src/fr-process.c
+++ b/src/fr-process.c
@@ -244,7 +244,8 @@ fr_process_get_type (void)
NULL,
sizeof (FrProcess),
0,
- (GInstanceInitFunc) fr_process_init
+ (GInstanceInitFunc) fr_process_init,
+ NULL
};
type = g_type_register_static (G_TYPE_OBJECT,