summaryrefslogtreecommitdiff
path: root/src/fr-command-jar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fr-command-jar.c')
-rw-r--r--src/fr-command-jar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fr-command-jar.c b/src/fr-command-jar.c
index d5d1936..dbe09d1 100644
--- a/src/fr-command-jar.c
+++ b/src/fr-command-jar.c
@@ -150,12 +150,12 @@ fr_command_jar_get_mime_types (FrCommand *comm)
return jar_mime_type;
}
-static FrCommandCap
+static FrCommandCaps
fr_command_jar_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 ("zip", check_command))