From d2a04c51cf8ee50a390248192fdfb9a427bec6a3 Mon Sep 17 00:00:00 2001 From: rbuj Date: Mon, 13 Dec 2021 14:59:53 +0100 Subject: Fix -Wimplicit-int-conversion warning --- src/fr-command-7z.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fr-command-7z.c') diff --git a/src/fr-command-7z.c b/src/fr-command-7z.c index 8bf85a0..c3c66ab 100644 --- a/src/fr-command-7z.c +++ b/src/fr-command-7z.c @@ -592,12 +592,12 @@ fr_command_7z_get_mime_types (FrCommand *comm) return sevenz_mime_types; } -static FrCommandCap +static FrCommandCaps fr_command_7z_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 ("7za", check_command) && ! is_program_available ("7zr", check_command) && ! is_program_available ("7z", check_command)) -- cgit v1.2.1