Fix compile error

db4
Slava Pestov 2008-07-03 21:12:39 -05:00
parent 1a02a0fb41
commit e0f7849b3f
1 changed files with 1 additions and 1 deletions

View File

@ -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);