diff options
Diffstat (limited to 'src/fr-command-arj.c')
-rw-r--r-- | src/fr-command-arj.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fr-command-arj.c b/src/fr-command-arj.c index f9758de..a6f0f71 100644 --- a/src/fr-command-arj.c +++ b/src/fr-command-arj.c @@ -425,7 +425,8 @@ fr_command_arj_get_type () NULL, sizeof (FrCommandArj), 0, - (GInstanceInitFunc) fr_command_arj_init + (GInstanceInitFunc) fr_command_arj_init, + NULL }; type = g_type_register_static (FR_TYPE_COMMAND, |