summaryrefslogtreecommitdiff
path: root/src/fr-command-arj.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fr-command-arj.c')
-rw-r--r--src/fr-command-arj.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fr-command-arj.c b/src/fr-command-arj.c
index 49aaf29..0dfc0b6 100644
--- a/src/fr-command-arj.c
+++ b/src/fr-command-arj.c
@@ -315,12 +315,12 @@ fr_command_arj_get_mime_types (FrCommand *comm)
return arj_mime_type;
}
-static FrCommandCap
+static FrCommandCaps
fr_command_arj_get_capabilities (FrCommand *comm,
const char *mime_type,
gboolean check_command)
{
- FrCommandCap capabilities;
+ FrCommandCaps capabilities;
capabilities = FR_COMMAND_CAN_ARCHIVE_MANY_FILES | FR_COMMAND_CAN_ENCRYPT;
if (is_program_available ("arj", check_command))