diff options
Diffstat (limited to 'src/fr-command-alz.c')
-rw-r--r-- | src/fr-command-alz.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fr-command-alz.c b/src/fr-command-alz.c index efa8cdd..e119dfe 100644 --- a/src/fr-command-alz.c +++ b/src/fr-command-alz.c @@ -393,7 +393,8 @@ fr_command_alz_get_type () NULL, sizeof (FrCommandAlz), 0, - (GInstanceInitFunc) fr_command_alz_init + (GInstanceInitFunc) fr_command_alz_init, + NULL }; type = g_type_register_static (FR_TYPE_COMMAND, |