This commit is contained in:
tTh
2024-05-01 12:32:06 +02:00
parent 8c4b9a6aa0
commit 85dbf384bd
3 changed files with 12 additions and 1 deletions

View File

@@ -94,7 +94,7 @@ for (idx=0; idx<globbuf.gl_pathc; idx++) {
}
if (0==idx && verbosity) {
fprintf(stderr, "image size %dx%d\n",
fprintf(stderr, "\tfirst image size %dx%d\n",
image.width, image.height);
}