enhancing the new tool

This commit is contained in:
le vieux
2021-02-27 10:56:42 +01:00
parent 69d94f59d3
commit 268a73ceb5
3 changed files with 15 additions and 11 deletions

View File

@@ -88,8 +88,9 @@ if (2 != argc-optind) {
}
foo = convertir_fimg_en_PNG(argv[optind], argv[optind+1], to_gray);
if (foo)
if (foo) {
fprintf(stderr, "%s : got a %d from convertor\n", argv[0], foo);
}
return 0;
}