preparing BMP export

This commit is contained in:
tth
2021-02-20 03:31:09 +01:00
parent b1cca46a8a
commit a38f4a8c72
4 changed files with 32 additions and 1 deletions

View File

@@ -57,6 +57,10 @@ switch(filetype) {
foo = fimg_save_R_as_fits(pic, fname, 0);
break;
case FILE_TYPE_BMP:
fprintf(stderr, "%s: file type BMP not implemented\n", __func__);
foo = -666;
default:
foo = -1789;
break;