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>2019-07-18 16:26:45 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2019-07-19 14:58:01 +0300
commit0d3e055bda43ac2f8a1cea68cb7fcf98a9adc6e6 (patch)
tree222174bcd3976d6e5d1b12eb4e6d1d371a88f812 /source/blender
parentfb84ef58c4faf71d3336903e1f307d3baffea362 (diff)
Cleanup messed-up comment formating from codestyle apply...
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/blenkernel/intern/library.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/library.c b/source/blender/blenkernel/intern/library.c
index 7e8128945e7..b62ec88ed24 100644
--- a/source/blender/blenkernel/intern/library.c
+++ b/source/blender/blenkernel/intern/library.c
@@ -1913,7 +1913,8 @@ static void library_make_local_copying_check(ID *id,
* \param bmain: Almost certainly global main.
* \param lib: If not NULL, only make local data-blocks from this library.
* \param untagged_only: If true, only make local data-blocks not tagged with
- * LIB_TAG_PRE_EXISTING. \param set_fake: If true, set fake user on all localized data-blocks
+ * LIB_TAG_PRE_EXISTING.
+ * \param set_fake: If true, set fake user on all localized data-blocks
* (except group and objects ones).
*/
/* Note: Old (2.77) version was simply making (tagging) data-blocks as local,