minor change on the useless display

Este commit está contenido en:
tonton Th 2020-03-26 08:41:00 +01:00
padre 83ec42e140
commit 17415bd344
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

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