Style fix

This commit is contained in:
Eharve14 2022-01-14 21:51:23 -05:00
parent 7766d9c81d
commit 67536c7144
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ unsigned int get_num_images(char *imgdirpath)
}
if (num_images == UINT_MAX) {
fprintf(stderr, "Too many files in folder %s\n", imgdirpath);
return 0;
return 0;
}
num_images++;