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:
authorBastien Montagne <montagne29@wanadoo.fr>2017-10-18 17:55:33 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2017-10-18 17:55:33 +0300
commit264837cb466946899bb58f8c0963311ae87d7b59 (patch)
treeeb473f873033267720088d37c5c0704c09bd6567 /source/blender/blenkernel/intern/library.c
parent01a0649354a4052e3f826663c50753833a257d1f (diff)
Fix wrong comment (leftover from dev time).
Diffstat (limited to 'source/blender/blenkernel/intern/library.c')
-rw-r--r--source/blender/blenkernel/intern/library.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/library.c b/source/blender/blenkernel/intern/library.c
index d5dfc63b317..f60e2824a21 100644
--- a/source/blender/blenkernel/intern/library.c
+++ b/source/blender/blenkernel/intern/library.c
@@ -515,7 +515,7 @@ static int id_copy_libmanagement_cb(void *user_data, ID *UNUSED(id_self), ID **i
*
* \note Usercount of new copy is always set to 1.
*
- * \param bmain Main database, may be NULL only if LIB_ID_COPY_NO_MAIN is specified.
+ * \param bmain Main database, may be NULL only if LIB_ID_CREATE_NO_MAIN is specified.
* \param id Source datablock.
* \param r_newid Pointer to new (copied) ID pointer.
* \param flag Set of copy options, see DNA_ID.h enum for details (leave to zero for default, full copy).