Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Swaney <sswaney@centurytel.net>2004-07-22 01:26:11 +0400
committerStephen Swaney <sswaney@centurytel.net>2004-07-22 01:26:11 +0400
commitd7dd9426785c54bf34b006d479ccf5ab5771d3d2 (patch)
treea236c98f0a2f85c2b1e277b09f62c8ab10c6fcfe /source/blender/python/BPY_extern.h
parentbce2c02fdd6ebaf88ffc0950e87de96b0b65377f (diff)
fix warning: function declaration isn't a prototype
Diffstat (limited to 'source/blender/python/BPY_extern.h')
-rw-r--r--source/blender/python/BPY_extern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/BPY_extern.h b/source/blender/python/BPY_extern.h
index f3e4b412435..32d2d9180c4 100644
--- a/source/blender/python/BPY_extern.h
+++ b/source/blender/python/BPY_extern.h
@@ -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" */