From 832a8634abd0765dbfd00dc2aa6962669826a54a Mon Sep 17 00:00:00 2001 From: vcaesar Date: Sun, 20 Jan 2019 13:25:34 -0400 Subject: [PATCH] update bitmap_save return code --- bitmap/goBitmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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){