DOUBLE OUPS !

This commit is contained in:
tth 2022-01-24 12:58:05 +01:00
parent 3f7abf4ea0
commit 879e25463b
1 changed files with 2 additions and 0 deletions

View File

@ -54,9 +54,11 @@ switch(filetype) {
case FILE_TYPE_BMP:
fprintf(stderr, "%s: file type BMP not implemented\n", __func__);
foo = -666;
break;
case FILE_TYPE_EXR:
fprintf(stderr, "%s: file type EXR experimental\n", __func__);
foo = fimg_save_as_exr(pic, fname, 0);
break;
default:
foo = -1789;
break;