X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/de483c51dccb7b276c1b0504127c529474334635..2390d2729b5230dc87c948907f54293a2df760c5:/stglibs/ia.lib/ia.cpp diff --git a/stglibs/ia.lib/ia.cpp b/stglibs/ia.lib/ia.cpp index 4f6468ba..d6cb09ef 100644 --- a/stglibs/ia.lib/ia.cpp +++ b/stglibs/ia.lib/ia.cpp @@ -330,7 +330,7 @@ if (res == -1) if (strcmp(buffer + 4 + sizeof(HDR_8), "ERR")) { - for (int i = 0; i < len/8; i++) + for (int i = 0; i < len / 8; i++) DecodeString(buffer + i * 8, buffer + i * 8, &ctxPass); }