diff --git a/vm/image.h b/vm/image.h index 9b7df4e3a8..9e582fc6c6 100755 --- a/vm/image.h +++ b/vm/image.h @@ -38,7 +38,7 @@ typedef struct { void load_image(F_PARAMETERS *p); void init_objects(F_HEADER *h); -void save_image(const F_CHAR *file); +bool save_image(const F_CHAR *file); DECLARE_PRIMITIVE(save_image); DECLARE_PRIMITIVE(save_image_and_exit);