diff options
author | rbuj <[email protected]> | 2021-10-27 17:40:17 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-12-11 15:59:33 +0100 |
commit | 6c55334ad9b03006686e2db6c6f6167677a2f510 (patch) | |
tree | b558cc0ad6d97c36b449dbcb2afecb3b9002a565 /src/rar-utils.c | |
parent | 85909393571d91b3c267afe5341e54bfae5a6d50 (diff) | |
download | engrampa-6c55334ad9b03006686e2db6c6f6167677a2f510.tar.bz2 engrampa-6c55334ad9b03006686e2db6c6f6167677a2f510.tar.xz |
Use a blank line at most
Diffstat (limited to 'src/rar-utils.c')
-rw-r--r-- | src/rar-utils.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/rar-utils.c b/src/rar-utils.c index 1af3645..3de6eaa 100644 --- a/src/rar-utils.c +++ b/src/rar-utils.c @@ -19,7 +19,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ - #include <config.h> #include <string.h> #include "file-utils.h" @@ -27,14 +26,12 @@ #include "gio-utils.h" #include "rar-utils.h" - typedef enum { FIRST_VOLUME_IS_000, FIRST_VOLUME_IS_001, FIRST_VOLUME_IS_RAR } FirstVolumeExtension; - static char * get_first_volume_name (const char *name, const char *pattern, @@ -90,7 +87,6 @@ get_first_volume_name (const char *name, return volume_name; } - void rar_check_multi_volume (FrCommand *comm) { |