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-cfile.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fr-command-cfile.c') diff --git a/src/fr-command-cfile.c b/src/fr-command-cfile.c index d2a2afa..647dbe3 100644 --- a/src/fr-command-cfile.c +++ b/src/fr-command-cfile.c @@ -544,12 +544,12 @@ fr_command_cfile_get_mime_types (FrCommand *comm) return cfile_mime_type; } -static FrCommandCap +static FrCommandCaps fr_command_cfile_get_capabilities (FrCommand *comm, const char *mime_type, gboolean check_command) { - FrCommandCap capabilities; + FrCommandCaps capabilities; capabilities = FR_COMMAND_CAN_DO_NOTHING; if (is_mime_type (mime_type, "application/x-gzip")) { -- cgit v1.2.1