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.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fr-command.c') diff --git a/src/fr-command.c b/src/fr-command.c index 255a229..d840acf 100644 --- a/src/fr-command.c +++ b/src/fr-command.c @@ -176,7 +176,7 @@ base_fr_command_get_mime_types (FrCommand *comm) return void_mime_types; } -static FrCommandCap +static FrCommandCaps base_fr_command_get_capabilities (FrCommand *comm, const char *mime_type, gboolean check_command) @@ -716,7 +716,7 @@ fr_command_update_capabilities (FrCommand *comm) comm->capabilities = fr_command_get_capabilities (comm, comm->mime_type, TRUE); } -FrCommandCap +FrCommandCaps fr_command_get_capabilities (FrCommand *comm, const char *mime_type, gboolean check_command) -- cgit v1.2.1