remove useless msg
This commit is contained in:
parent
53a108561f
commit
e841207907
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user