Merge branch 'blender2.7'

This commit is contained in:
Sergey Sharybin
2019-02-22 15:53:44 +01:00

View File

@@ -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);