Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/C/Bra.h
diff options
context:
space:
mode:
Diffstat (limited to 'C/Bra.h')
-rwxr-xr-xC/Bra.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/C/Bra.h b/C/Bra.h
index 129269ae..45e231e8 100755
--- a/C/Bra.h
+++ b/C/Bra.h
@@ -1,7 +1,5 @@
/* Bra.h -- Branch converters for executables
-2008-08-17
-Copyright (c) 1999-2008 Igor Pavlov
-Read LzmaDec.h for license options */
+2008-10-04 : Igor Pavlov : Public domain */
#ifndef __BRA_H
#define __BRA_H
@@ -43,7 +41,7 @@ in CALL instructions to increase the compression ratio.
UInt32 ip = 0;
for ()
{
- // size must be >= Alignment + LookAhead, if it's not last block
+ ; size must be >= Alignment + LookAhead, if it's not last block
SizeT processed = Convert(data, size, ip, 1);
data += processed;
size -= processed;