2
2
Fork 1

minor change on the useless display

Esse commit está contido em:
tonton Th 2020-03-26 08:41:00 +01:00
commit 17415bd344
1 arquivos alterados com 1 adições e 1 exclusões

Ver arquivo

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