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>2019-01-18 00:59:41 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-01-18 00:59:41 +0300
commit8efedf2523e859e844a84247b167807196c0958e (patch)
treefd285dd6811fecde313fa840b117e38e52b4ed47 /source/blender/blenlib/BLI_utildefines_stack.h
parentd3e856cdfc0f184c230166046dd939baa0ac7a28 (diff)
Cleanup: style
Diffstat (limited to 'source/blender/blenlib/BLI_utildefines_stack.h')
-rw-r--r--source/blender/blenlib/BLI_utildefines_stack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_utildefines_stack.h b/source/blender/blenlib/BLI_utildefines_stack.h
index 224add91504..344d2c3c90e 100644
--- a/source/blender/blenlib/BLI_utildefines_stack.h
+++ b/source/blender/blenlib/BLI_utildefines_stack.h
@@ -25,7 +25,7 @@
* \ingroup bli
*
* Macro's for a simple array based stack
- * \note Caller handles alloc & free).
+ * \note Caller handles alloc & free.
*/
/* only validate array-bounds in debug mode */