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:
authorJacques Lucke <jacques@blender.org>2020-09-11 12:21:53 +0300
committerJacques Lucke <jacques@blender.org>2020-09-11 12:21:53 +0300
commit1025b5b924ce7a25b4db9b63f43cd2bba55fbede (patch)
treeec2fe6f85fb639817394f28843ac1e3e00212c69 /source/blender/blenlib/intern/path_util.c
parentff4578a6e7dd0f8254ba91b8b44f4fa88a64c8bb (diff)
Cleanup: make format
Diffstat (limited to 'source/blender/blenlib/intern/path_util.c')
-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 18a6e8a3525..6328c887063 100644
--- a/source/blender/blenlib/intern/path_util.c
+++ b/source/blender/blenlib/intern/path_util.c
@@ -1300,7 +1300,7 @@ void BLI_setenv_if_new(const char *env, const char *val)
/**
* Get an env var, result has to be used immediately.
*
-* On windows getenv gets its variables from a static copy of the environment variables taken at
+ * On windows getenv gets its variables from a static copy of the environment variables taken at
* process start-up, causing it to not pick up on environment variables created during runtime.
* This function uses an alternative method to get environment variables that does pick up on
* runtime environment variables.