Revert "Fixed style"

This reverts commit dbe64d6fe0.
This commit is contained in:
Eharve14 2022-01-13 16:22:23 -05:00
parent dbe64d6fe0
commit 957a6cd70e
3 changed files with 4 additions and 5 deletions

View File

@ -142,8 +142,7 @@ static int get_num_images(char *imgdirpath)
}
num_images++;
if(num_images == 0) {
fprintf(stderr, "Integer overflow detected when reading images from %s\n",
imgdirpath);
fprintf(stderr, "Integer overflow detected when reading images from %s\n", imgdirpath);
return 0;
}
}