From a1df65c9ddd3d876904cd4d26da5c2760a52191c Mon Sep 17 00:00:00 2001 From: Danrae Pray Date: Mon, 4 Dec 2017 07:49:44 -0200 Subject: 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. --- source/blender/editors/space_outliner/outliner_collections.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '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__); -- cgit v1.2.3