[Bf-blender-cvs] [a1df65c9ddd] blender2.8: Small cleanup from previous commit by Danrae Pray (@spockTheGray)

Danrae Pray noreply at git.blender.org
Mon Dec 4 10:53:47 CET 2017


Commit: a1df65c9ddd3d876904cd4d26da5c2760a52191c
Author: Danrae Pray
Date:   Mon Dec 4 07:49:44 2017 -0200
Branches: blender2.8
https://developer.blender.org/rBa1df65c9ddd3d876904cd4d26da5c2760a52191c

Small cleanup from previous commit by Danrae Pray (@spockTheGray)

I (Dalai) messed up the git author from previous commit (68fdcf07a17).
So this is a follow up on that, properly credited.

===================================================================

M	source/blender/editors/space_outliner/outliner_collections.c

===================================================================

diff --git a/source/blender/editors/space_outliner/outliner_collections.c b/source/blender/editors/space_outliner/outliner_collections.c
index 68bc732d0e6..d5c833a7b5f 100644
--- a/source/blender/editors/space_outliner/outliner_collections.c
+++ b/source/blender/editors/space_outliner/outliner_collections.c
@@ -361,7 +361,7 @@ static int collection_delete_exec(bContext *C, wmOperator *UNUSED(op))
 {
 	Scene *scene = CTX_data_scene(C);
 	SpaceOops *soops = CTX_wm_space_outliner(C);
-	struct CollectionDeleteData data = {.scene = scene, .soops = soops };
+	struct CollectionDeleteData data = {.scene = scene, .soops = soops};
 
 	data.collections_to_delete = BLI_gset_ptr_new(__func__);



More information about the Bf-blender-cvs mailing list