update bitmap_save return code

This commit is contained in:
vcaesar 2019-01-20 13:25:34 -04:00
parent cf48f5ee8a
commit 832a8634ab

View File

@ -140,7 +140,7 @@ char *bitmap_save(MMBitmapRef bitmap, char *path, uint16_t type){
return "Could not save image to file."; return "Could not save image to file.";
} }
// destroyMMBitmap(bitmap); // destroyMMBitmap(bitmap);
return "ok"; return "";
} }
char *tostring_bitmap(MMBitmapRef bitmap){ char *tostring_bitmap(MMBitmapRef bitmap){