summaryrefslogtreecommitdiff
path: root/src/fr-command-tar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fr-command-tar.c')
-rw-r--r--src/fr-command-tar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fr-command-tar.c b/src/fr-command-tar.c
index a430645..4bfc32d 100644
--- a/src/fr-command-tar.c
+++ b/src/fr-command-tar.c
@@ -1003,12 +1003,12 @@ fr_command_tar_get_mime_types (FrCommand *comm)
return tar_mime_types;
}
-static FrCommandCap
+static FrCommandCaps
fr_command_tar_get_capabilities (FrCommand *comm,
const char *mime_type,
gboolean check_command)
{
- FrCommandCap capabilities;
+ FrCommandCaps capabilities;
capabilities = FR_COMMAND_CAN_ARCHIVE_MANY_FILES;