diff options
Diffstat (limited to 'src/fr-command-dpkg.c')
-rw-r--r-- | src/fr-command-dpkg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fr-command-dpkg.c b/src/fr-command-dpkg.c index c159b5f..d485bcd 100644 --- a/src/fr-command-dpkg.c +++ b/src/fr-command-dpkg.c @@ -216,12 +216,12 @@ fr_command_dpkg_get_mime_types (FrCommand *comm) return dpkg_mime_type; } -static FrCommandCap +static FrCommandCaps fr_command_dpkg_get_capabilities (FrCommand *comm, const char *mime_type, gboolean check_command) { - FrCommandCap capabilities; + FrCommandCaps capabilities; capabilities = FR_COMMAND_CAN_ARCHIVE_MANY_FILES; if (is_program_available ("dpkg-deb", check_command)) |