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>2021-03-08 06:44:57 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-03-08 06:44:57 +0300
commitb4f5128b21f1e1348defc68a96f4d4c2b1053fbe (patch)
treec7d9abb645e3d8dcbca10ea33f0e60e827ee57f9 /source/blender/blenlib/BLI_string_utils.h
parent242a278b56114d15b91ad4fa0d370a0c44e87ec3 (diff)
Cleanup: rename offs to offset
Diffstat (limited to 'source/blender/blenlib/BLI_string_utils.h')
-rw-r--r--source/blender/blenlib/BLI_string_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_string_utils.h b/source/blender/blenlib/BLI_string_utils.h
index 46fb096599f..1057e71a6b2 100644
--- a/source/blender/blenlib/BLI_string_utils.h
+++ b/source/blender/blenlib/BLI_string_utils.h
@@ -90,7 +90,7 @@ bool BLI_uniquename(struct ListBase *list,
void *vlink,
const char *defname,
char delim,
- int name_offs,
+ int name_offset,
size_t len);
#ifdef __cplusplus