diff options
Diffstat (limited to 'src/fr-command-zip.c')
-rw-r--r-- | src/fr-command-zip.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fr-command-zip.c b/src/fr-command-zip.c index bd29fa4..f16cc9a 100644 --- a/src/fr-command-zip.c +++ b/src/fr-command-zip.c @@ -509,7 +509,8 @@ fr_command_zip_get_type () NULL, sizeof (FrCommandZip), 0, - (GInstanceInitFunc) fr_command_zip_init + (GInstanceInitFunc) fr_command_zip_init, + NULL }; type = g_type_register_static (FR_TYPE_COMMAND, |