Compare commits

..

No commits in common. "b19107d71b992775a7848a54ad6429c98cb59e83" and "28453e862a13ce6dbc9cd220b6c7a2405bcb9ab0" have entirely different histories.

3 changed files with 0 additions and 5 deletions

View File

@ -1,7 +1,5 @@
#!/bin/bash
set -e ; set -u
# ------------------------------------------------------------------
function build

View File

@ -1,7 +1,5 @@
#!/bin/bash -v
set -e ; set -u
cp libfloatimg.a /usr/local/lib
cp floatimg.h /usr/local/include

View File

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