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>2011-02-26 18:28:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-26 18:28:56 +0300
commita12315e4ec1bb3d02a7a4d09afc450745a1784f6 (patch)
treeb78e727307399dd199220c7c69bf3545d4745019 /source/blender/blenlib/BLI_path_util.h
parent38bd8dcf05aa8d22cc97ba08eec4f7a4b858f696 (diff)
use const char for return values of getenv().
Diffstat (limited to 'source/blender/blenlib/BLI_path_util.h')
-rw-r--r--source/blender/blenlib/BLI_path_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_path_util.h b/source/blender/blenlib/BLI_path_util.h
index b3d657b7323..b3220937e19 100644
--- a/source/blender/blenlib/BLI_path_util.h
+++ b/source/blender/blenlib/BLI_path_util.h
@@ -40,7 +40,7 @@ extern "C" {
struct ListBase;
struct direntry;
-char *BLI_getDefaultDocumentFolder(void);
+const char *BLI_getDefaultDocumentFolder(void);
char *BLI_get_folder(int folder_id, const char *subfolder);
char *BLI_get_folder_create(int folder_id, const char *subfolder);