This commit is contained in:
tth 2020-08-24 11:40:49 +02:00
parent 30347903ca
commit 3279d0dde8
1 changed files with 1 additions and 0 deletions

View File

@ -398,6 +398,7 @@ switch (foo) {
break;
case FILE_TYPE_TIFF:
foo = fimg_write_as_tiff(to_save, outfile, 0);
break;
default:
fprintf(stderr, "can't save as %s\n", outfile);
break;