Mike Pall %!s(int64=8) %!d(string=hai) anos
pai
achega
13642b75ac
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/lj_strfmt_num.c

+ 1 - 1
src/lj_strfmt_num.c

@@ -138,7 +138,7 @@ static uint32_t nd_mul2k(uint32_t* nd, uint32_t ndhi, uint32_t k,
     }
     if (carry_in) {
       nd[++ndhi] = carry_in; carry_in = 0;
-      if(start++ == ndlo) ++ndlo;
+      if (start++ == ndlo) ++ndlo;
     }
     k -= ND_MUL2K_MAX_SHIFT;
   }