[Bf-blender-cvs] [3b86c99260b] blender2.7: Fix previous commit

Sergey Sharybin noreply at git.blender.org
Fri Feb 22 15:53:33 CET 2019


Commit: 3b86c99260bcd24bece6310ba711d656a866c2d1
Author: Sergey Sharybin
Date:   Fri Feb 22 15:52:42 2019 +0100
Branches: blender2.7
https://developer.blender.org/rB3b86c99260bcd24bece6310ba711d656a866c2d1

Fix previous commit

Somehow quote got missing the last moment.

===================================================================

M	source/creator/creator_args.c

===================================================================

diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c
index 676bb036b90..a7c906bfefd 100644
--- a/source/creator/creator_args.c
+++ b/source/creator/creator_args.c
@@ -468,7 +468,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);



More information about the Bf-blender-cvs mailing list