summaryrefslogtreecommitdiff
path: root/src/fr-command-zoo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fr-command-zoo.c')
-rw-r--r--src/fr-command-zoo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fr-command-zoo.c b/src/fr-command-zoo.c
index 79a102e..eea357f 100644
--- a/src/fr-command-zoo.c
+++ b/src/fr-command-zoo.c
@@ -318,12 +318,12 @@ fr_command_zoo_get_mime_types (FrCommand *comm)
return zoo_mime_type;
}
-static FrCommandCap
+static FrCommandCaps
fr_command_zoo_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 ("zoo", check_command))