aboutsummaryrefslogtreecommitdiff
path: root/C/7zDec.c
diff options
context:
space:
mode:
authorIgor Pavlov <87184205+ip7z@users.noreply.github.com>2024-11-29 00:00:00 +0000
committerIgor Pavlov <87184205+ip7z@users.noreply.github.com>2024-11-30 15:27:15 +0500
commite5431fa6f5505e385c6f9367260717e9c47dc2ee (patch)
tree4cd2c2c3b225b48c8e7053432c41d7b6b6a3d5f8 /C/7zDec.c
parente008ce3976c087bfd21344af8f00a23cf69d4174 (diff)
download7zip-e5431fa6f5505e385c6f9367260717e9c47dc2ee.tar.gz
7zip-e5431fa6f5505e385c6f9367260717e9c47dc2ee.tar.bz2
7zip-e5431fa6f5505e385c6f9367260717e9c47dc2ee.zip
Diffstat (limited to 'C/7zDec.c')
-rw-r--r--C/7zDec.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/C/7zDec.c b/C/7zDec.c
index c9b4064..520cbfd 100644
--- a/C/7zDec.c
+++ b/C/7zDec.c
@@ -1,5 +1,5 @@
1/* 7zDec.c -- Decoding from 7z folder 1/* 7zDec.c -- Decoding from 7z folder
22024-03-01 : Igor Pavlov : Public domain */ 2: Igor Pavlov : Public domain */
3 3
4#include "Precomp.h" 4#include "Precomp.h"
5 5
@@ -312,8 +312,9 @@ static BoolInt IS_MAIN_METHOD(UInt32 m)
312 case k_PPMD: 312 case k_PPMD:
313 #endif 313 #endif
314 return True; 314 return True;
315 default:
316 return False;
315 } 317 }
316 return False;
317} 318}
318 319
319static BoolInt IS_SUPPORTED_CODER(const CSzCoderInfo *c) 320static BoolInt IS_SUPPORTED_CODER(const CSzCoderInfo *c)