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>2020-10-04 03:00:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-10-04 14:12:26 +0300
commit7456ac6e4b8d5294254421103f2dccb9b50909fb (patch)
tree53b15ab4c59034239511b269a728fe8e61bce771 /source/blender/blenkernel/BKE_appdir.h
parent6f3a9031f7b93e7c687edde646beed9f02d920d4 (diff)
Cleanup: clarify names in appdir
- ver -> version. - env -> env_path.
Diffstat (limited to 'source/blender/blenkernel/BKE_appdir.h')
-rw-r--r--source/blender/blenkernel/BKE_appdir.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_appdir.h b/source/blender/blenkernel/BKE_appdir.h
index 8e63631b9d5..4488e23f791 100644
--- a/source/blender/blenkernel/BKE_appdir.h
+++ b/source/blender/blenkernel/BKE_appdir.h
@@ -36,7 +36,7 @@ const char *BKE_appdir_folder_id(const int folder_id, const char *subfolder);
const char *BKE_appdir_folder_id_create(const int folder_id, const char *subfolder);
const char *BKE_appdir_folder_id_user_notest(const int folder_id, const char *subfolder);
const char *BKE_appdir_folder_id_version(const int folder_id,
- const int ver,
+ const int version,
const bool check_is_dir);
bool BKE_appdir_app_is_portable_install(void);