]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/LzmaCompress/Sdk/C/LzmaEnc.c
BaseTools: LzmaCompress: fix gcc-6 warning "misleading-indentation"
[mirror_edk2.git] / BaseTools / Source / C / LzmaCompress / Sdk / C / LzmaEnc.c
index 9b2dd16ffa4888dd662e0505ef0f71a3d49bf269..c6717eeea3a0d936569b93783ec710fd798f5de9 100644 (file)
@@ -1367,7 +1367,7 @@ static UInt32 GetOptimum(CLzmaEnc *p, UInt32 position, UInt32 *backRes)
       if (repIndex == 0)\r
         startLen = lenTest + 1;\r
         \r
-      /* if (_maxMode) */\r
+      if (1 /* _maxMode */)\r
         {\r
           UInt32 lenTest2 = lenTest + 1;\r
           UInt32 limit = lenTest2 + p->numFastBytes;\r