fix warning: function declaration isn't a prototype

This commit is contained in:
Stephen Swaney
2004-07-21 21:26:11 +00:00
parent bce2c02fdd
commit d7dd942678

View File

@@ -76,7 +76,7 @@ void BPY_free_finished_script(struct Script *script);
void init_syspath(void);
void syspath_append(char *dir);
char *bpy_gethome();
char *bpy_gethome(void);
#ifdef __cplusplus
} /* extern "C" */