diff options
Diffstat (limited to 'src/fr-command.c')
-rw-r--r-- | src/fr-command.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fr-command.c b/src/fr-command.c index 21e138e..5bc4cc8 100644 --- a/src/fr-command.c +++ b/src/fr-command.c @@ -94,7 +94,8 @@ fr_command_get_type () NULL, sizeof (FrCommand), 0, - (GInstanceInitFunc) fr_command_init + (GInstanceInitFunc) fr_command_init, + NULL }; type = g_type_register_static (G_TYPE_OBJECT, |