diff options
Diffstat (limited to 'src/fr-command-rar.c')
-rw-r--r-- | src/fr-command-rar.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fr-command-rar.c b/src/fr-command-rar.c index 5fe4c7b..3602e29 100644 --- a/src/fr-command-rar.c +++ b/src/fr-command-rar.c @@ -828,7 +828,8 @@ fr_command_rar_get_type () NULL, sizeof (FrCommandRar), 0, - (GInstanceInitFunc) fr_command_rar_init + (GInstanceInitFunc) fr_command_rar_init, + NULL }; type = g_type_register_static (FR_TYPE_COMMAND, |