summaryrefslogtreecommitdiff
path: root/src/fr-command-ar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fr-command-ar.c')
-rw-r--r--src/fr-command-ar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fr-command-ar.c b/src/fr-command-ar.c
index 83b29a9..3917ee8 100644
--- a/src/fr-command-ar.c
+++ b/src/fr-command-ar.c
@@ -214,12 +214,12 @@ fr_command_ar_get_mime_types (FrCommand *comm)
return ar_mime_type;
}
-static FrCommandCap
+static FrCommandCaps
fr_command_ar_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 ("ar", check_command)) {