diff options
Diffstat (limited to 'src/fr-command-dpkg.c')
-rw-r--r-- | src/fr-command-dpkg.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fr-command-dpkg.c b/src/fr-command-dpkg.c index e2e0b0a..825d2ab 100644 --- a/src/fr-command-dpkg.c +++ b/src/fr-command-dpkg.c @@ -301,7 +301,8 @@ fr_command_dpkg_get_type () NULL, sizeof (FrCommandDpkg), 0, - (GInstanceInitFunc) fr_command_dpkg_init + (GInstanceInitFunc) fr_command_dpkg_init, + NULL }; type = g_type_register_static (FR_TYPE_COMMAND, |