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
diff options
context:
space:
mode:
Diffstat (limited to '7zip/Compress/Branch/BranchX86.c')
-rwxr-xr-x7zip/Compress/Branch/BranchX86.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/7zip/Compress/Branch/BranchX86.c b/7zip/Compress/Branch/BranchX86.c
index 2c6f69a5..c3f455b8 100755
--- a/7zip/Compress/Branch/BranchX86.c
+++ b/7zip/Compress/Branch/BranchX86.c
@@ -67,7 +67,7 @@ UInt32 x86_Convert(Byte *buffer, UInt32 endPos, UInt32 nowPos,
(buffer[bufferPos + 1]);
UInt32 dest;
- while(1)
+ for (;;)
{
UInt32 index;
if (encoding)