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:
authorCampbell Barton <ideasman42@gmail.com>2018-09-05 07:48:18 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-09-05 07:48:18 +0300
commit246aed88472bc332e3e346b7598f289c2371e6c7 (patch)
tree09579c4e298b72a0e37f024ddb20da1cf45d6a50 /source/blender/blenlib
parent1e35f4da7268b76b12a2a23452d0a632a8d790a7 (diff)
parent1be265afc00057651ee03ccd5137d4a350641787 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/intern/path_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/path_util.c b/source/blender/blenlib/intern/path_util.c
index b28579febaf..10ca0fa6cbf 100644
--- a/source/blender/blenlib/intern/path_util.c
+++ b/source/blender/blenlib/intern/path_util.c
@@ -1227,7 +1227,7 @@ void BLI_setenv_if_new(const char *env, const char *val)
/**
* get an env var, result has to be used immediately
*/
-const char* BLI_getenv(const char *env)
+const char *BLI_getenv(const char *env)
{
#ifdef _MSC_VER
static char buffer[32767]; /* 32767 is the total size of the environment block on windows*/