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/creator.c')
-rw-r--r--source/creator/creator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 713ebdaadec..b257564519a 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -447,8 +447,8 @@ int main(int argc,
/* TODO - U.pythondir */
#else
printf(
- "\n* WARNING * - Blender compiled without Python!\nthis is not intended for typical "
- "usage\n\n");
+ "\n* WARNING * - Blender compiled without Python!\n"
+ "this is not intended for typical usage\n\n");
#endif
CTX_py_init_set(C, 1);