diff options
Diffstat (limited to 'src/fr-command-iso.c')
-rw-r--r-- | src/fr-command-iso.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fr-command-iso.c b/src/fr-command-iso.c index 48382ea..9116b6e 100644 --- a/src/fr-command-iso.c +++ b/src/fr-command-iso.c @@ -304,7 +304,8 @@ fr_command_iso_get_type () NULL, sizeof (FrCommandIso), 0, - (GInstanceInitFunc) fr_command_iso_init + (GInstanceInitFunc) fr_command_iso_init, + NULL }; type = g_type_register_static (FR_TYPE_COMMAND, |