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/creator')
-rw-r--r--source/creator/creator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 977cfbaa8d7..1f0756b2c24 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -1208,7 +1208,7 @@ int main(int argc, const char **argv)
argv[argci] = alloc_utf_8_from_16(argv_16[argci], 0);
}
LocalFree(argv_16);
-#endif
+#endif
#ifdef WITH_PYTHON_MODULE
#ifdef __APPLE__