diff options
author | 2014-07-22 06:14:55 +0000 | |
---|---|---|
committer | 2014-07-22 06:14:55 +0000 | |
commit | 5d7e1fcc62a7f9dd5441eaccbc274f9327efcf00 (patch) | |
tree | 59a6e5c3c090f1f83dfd20359ab321fb69713e00 /src/lib/util/zippath.c | |
parent | c4e9058ee26841baae4c0fd51e081949747d5f48 (diff) |
Cleanups and version bump
Diffstat (limited to 'src/lib/util/zippath.c')
-rw-r--r-- | src/lib/util/zippath.c | 4 |
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 |