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/rar-utils.h | |
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/rar-utils.h')
-rw-r--r-- | src/rar-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rar-utils.h b/src/rar-utils.h index 01ba9bb..416d00b 100644 --- a/src/rar-utils.h +++ b/src/rar-utils.h @@ -25,6 +25,6 @@ #include "fr-command.h" -void rar_check_multi_vomule (FrCommand *comm); +void rar_check_multi_volume (FrCommand *comm); #endif /* RAR_UTILS_H */ |