X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/de483c51dccb7b276c1b0504127c529474334635..c2b2f6538f1c946c2da36cde22b43c174ea19a34:/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); }