diff --git a/bitmap/goBitmap.h b/bitmap/goBitmap.h index 8391dee..2a17bbd 100644 --- a/bitmap/goBitmap.h +++ b/bitmap/goBitmap.h @@ -140,7 +140,7 @@ char *bitmap_save(MMBitmapRef bitmap, char *path, uint16_t type){ return "Could not save image to file."; } // destroyMMBitmap(bitmap); - return "ok"; + return ""; } char *tostring_bitmap(MMBitmapRef bitmap){