summaryrefslogtreecommitdiff
path: root/src/fr-command-lha.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fr-command-lha.c')
-rw-r--r--src/fr-command-lha.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fr-command-lha.c b/src/fr-command-lha.c
index 54d8354..22fd61d 100644
--- a/src/fr-command-lha.c
+++ b/src/fr-command-lha.c
@@ -320,12 +320,12 @@ fr_command_lha_get_mime_types (FrCommand *comm)
return lha_mime_type;
}
-static FrCommandCap
+static FrCommandCaps
fr_command_lha_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 ("lha", check_command))