minor change on the useless display

このコミットが含まれているのは:
tonton Th 2020-03-26 08:41:00 +01:00
コミット 17415bd344
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -88,7 +88,7 @@ if (2 != argc-optind) {
}
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);
return 0;