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:
Diffstat (limited to 'source/blender/blenkernel/BKE_script.h')
-rw-r--r--source/blender/blenkernel/BKE_script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_script.h b/source/blender/blenkernel/BKE_script.h
index 7bd801a8177..9976009c4c2 100644
--- a/source/blender/blenkernel/BKE_script.h
+++ b/source/blender/blenkernel/BKE_script.h
@@ -40,7 +40,7 @@ extern "C" {
struct Script;
-void free_script (struct Script *script);
+void free_script(struct Script *script);
#ifdef __cplusplus
}