From 1be265afc00057651ee03ccd5137d4a350641787 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 5 Sep 2018 14:46:54 +1000 Subject: Cleanup: style --- source/blender/blenlib/intern/path_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib') 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*/ -- cgit v1.2.3