Style part two

This commit is contained in:
Eharve14 2022-01-13 13:02:57 -05:00
parent 98f4acef63
commit a0b7102434
1 changed files with 2 additions and 2 deletions

View File

@ -1386,8 +1386,8 @@ int main(int argc, char **argv)
goto fin;
}
for (it_image = 0; it_image < num_images; it_image++) {
dirptr->filename[it_image] = dirptr->filename_buf + (size_t)it_image *
OPJ_PATH_LEN;
dirptr->filename[it_image] = dirptr->filename_buf + (size_t)it_image *
OPJ_PATH_LEN;
}
if (load_images(dirptr, img_fol.imgdirpath) == 1) {