From 6470056a0d1ed1a07c823d46ea292d69d3c2a8fb Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 2 Apr 2019 17:54:04 +1100 Subject: Cleanup: empty expression statement warning --- source/blender/editors/object/object_collection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/object/object_collection.c') diff --git a/source/blender/editors/object/object_collection.c b/source/blender/editors/object/object_collection.c index c226ad7a47f..e8552c823bf 100644 --- a/source/blender/editors/object/object_collection.c +++ b/source/blender/editors/object/object_collection.c @@ -320,7 +320,7 @@ static int collection_objects_remove_exec(bContext *C, wmOperator *op) } CTX_DATA_END; } - FOREACH_COLLECTION_END + FOREACH_COLLECTION_END; if (!updated) return OPERATOR_CANCELLED; -- cgit v1.2.3