From e0f7849b3f812c6e1c8a26df3d20b966a7731764 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Thu, 3 Jul 2008 21:12:39 -0500 Subject: [PATCH] Fix compile error --- vm/image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);