minor change on the useless display

This commit is contained in:
tonton Th 2020-03-26 08:41:00 +01:00
parent 83ec42e140
commit 17415bd344
1 changed files with 1 additions and 1 deletions

View File

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