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:
Diffstat (limited to 'source/blender/nodes/intern/CMP_nodes/CMP_lummaMatte.c')
-rw-r--r--source/blender/nodes/intern/CMP_nodes/CMP_lummaMatte.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_lummaMatte.c b/source/blender/nodes/intern/CMP_nodes/CMP_lummaMatte.c
index 42430ffeff8..6ab07828735 100644
--- a/source/blender/nodes/intern/CMP_nodes/CMP_lummaMatte.c
+++ b/source/blender/nodes/intern/CMP_nodes/CMP_lummaMatte.c
@@ -101,7 +101,7 @@ static void node_composit_init_luma_matte(bNode *node)
node->storage=c;
c->t1= 1.0f;
c->t2= 0.0f;
-};
+}
void register_node_type_cmp_luma_matte(ListBase *lb)
{