summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/zippath.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/zippath.c')
-rw-r--r--src/lib/util/zippath.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/util/zippath.c b/src/lib/util/zippath.c
index fb5b4eb8204..d0f5931658d 100644
--- a/src/lib/util/zippath.c
+++ b/src/lib/util/zippath.c
@@ -394,8 +394,8 @@ static int is_7z_file(const char *path)
const char *s = strrchr(path, '.');
return (s != NULL) && !core_stricmp(s, ".7z");
}
-
-
+
+
/*-------------------------------------------------
is_zip_file - tests to see if this file is a
ZIP file