summaryrefslogtreecommitdiff
path: root/src/fr-command-nomarch.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-12-13 14:59:53 +0100
committerraveit65 <[email protected]>2022-01-28 21:32:34 +0100
commitd2a04c51cf8ee50a390248192fdfb9a427bec6a3 (patch)
tree0a81aa17f4342432c26519c344f34c032e156377 /src/fr-command-nomarch.c
parent8486b323df39467c007a59a1b97b16da36ddeea5 (diff)
downloadengrampa-d2a04c51cf8ee50a390248192fdfb9a427bec6a3.tar.bz2
engrampa-d2a04c51cf8ee50a390248192fdfb9a427bec6a3.tar.xz
Fix -Wimplicit-int-conversion warning
Diffstat (limited to 'src/fr-command-nomarch.c')
-rw-r--r--src/fr-command-nomarch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fr-command-nomarch.c b/src/fr-command-nomarch.c
index 67655e7..8a53dd5 100644
--- a/src/fr-command-nomarch.c
+++ b/src/fr-command-nomarch.c
@@ -204,12 +204,12 @@ fr_command_nomarch_get_mime_types (FrCommand *comm)
return nomarch_mime_type;
}
-static FrCommandCap
+static FrCommandCaps
fr_command_nomarch_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 ("nomarch", check_command)) {