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:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-02-22 17:53:44 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-02-22 17:53:44 +0300
commitce79d86c08d70e0c277c9ea2e4202ddb9945d669 (patch)
treee2d7e7f42cf0f0de5b4b54d22fbf38b0086bab0f /source/creator
parent86dd9bf53d4aef0d56c8a9ea831d4d785dcf4fdb (diff)
parent3b86c99260bcd24bece6310ba711d656a866c2d1 (diff)
Merge branch 'blender2.7'
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator_args.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c
index bdd4f49c528..88476a69d4a 100644
--- a/source/creator/creator_args.c
+++ b/source/creator/creator_args.c
@@ -457,7 +457,7 @@ static void print_version_short(void)
#ifdef BUILD_DATE
/* NOTE: We include built time since sometimes we need to tell broken from
* working built of the same hash. */
- printf(BLEND_VERSION_FMT " (hash %s built %s %s)\n
+ printf(BLEND_VERSION_FMT " (hash %s built %s %s)\n",
BLEND_VERSION_ARG, build_hash, build_date, build_time);
#else
printf(BLEND_VERSION_STRING_FMT);