minor change on the useless display

Bu işleme şunda yer alıyor:
tonton Th 2020-03-26 08:41:00 +01:00
ebeveyn 83ec42e140
işleme 17415bd344
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme

Dosyayı Görüntüle

@ -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;