diff options
author | infirit <[email protected]> | 2014-11-21 17:34:44 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-22 20:25:30 +0100 |
commit | 28c596789cf64a2df0005362b1595a73f0ab2567 (patch) | |
tree | 39c2a31a51072abfb3500c169ab4fbb7b6c7aa3c /src/fr-command-rar.c | |
parent | e1cbfda259d2bfd2a87cda3519fd2cd69e509556 (diff) | |
download | engrampa-28c596789cf64a2df0005362b1595a73f0ab2567.tar.bz2 engrampa-28c596789cf64a2df0005362b1595a73f0ab2567.tar.xz |
fixed compiler warnings
Based on FR commit: 1becb98e4c8bc86feca13b54f991987c4eee3341
From: Paolo Bacchilega <[email protected]>
Diffstat (limited to 'src/fr-command-rar.c')
-rw-r--r-- | src/fr-command-rar.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fr-command-rar.c b/src/fr-command-rar.c index a2236b1..0809a36 100644 --- a/src/fr-command-rar.c +++ b/src/fr-command-rar.c @@ -35,6 +35,7 @@ #include "fr-command.h" #include "fr-command-rar.h" #include "fr-error.h" +#include "rar-utils.h" static void fr_command_rar_class_init (FrCommandRarClass *class); static void fr_command_rar_init (FrCommand *afile); @@ -324,7 +325,7 @@ list__begin (gpointer data) static void fr_command_rar_list (FrCommand *comm) { - rar_check_multi_vomule (comm); + rar_check_multi_volume (comm); fr_process_set_out_line_func (comm->process, process_line, comm); |