remove useless msg

This commit is contained in:
tTh 2024-07-18 08:55:57 +02:00
parent 53a108561f
commit e841207907
1 changed files with 1 additions and 1 deletions

View File

@ -442,7 +442,7 @@ switch (commande)
} }
if (foo) { if (foo) {
fprintf(stderr, "%s: return code is %d\n", __FILE__, foo); /* fprintf(stderr, "%s: return code is %d\n", __FILE__, foo); */
Image_print_error(argv[0], foo); Image_print_error(argv[0], foo);
} }