aboutsummaryrefslogtreecommitdiff
path: root/C/7zDec.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-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)