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_chromaMatte.c')
-rw-r--r--source/blender/nodes/intern/CMP_nodes/CMP_chromaMatte.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_chromaMatte.c b/source/blender/nodes/intern/CMP_nodes/CMP_chromaMatte.c
index d028fede25f..aea2197d8de 100644
--- a/source/blender/nodes/intern/CMP_nodes/CMP_chromaMatte.c
+++ b/source/blender/nodes/intern/CMP_nodes/CMP_chromaMatte.c
@@ -170,7 +170,7 @@ static void node_composit_exec_chroma_matte(void *data, bNode *node, bNodeStack
if(cbuf!=in[0]->data)
free_compbuf(cbuf);
-};
+}
static void node_composit_init_chroma_matte(bNode *node)
@@ -182,7 +182,7 @@ static void node_composit_init_chroma_matte(bNode *node)
c->t3= 0.0f;
c->fsize= 0.0f;
c->fstrength= 1.0f;
-};
+}
void register_node_type_cmp_chroma_matte(ListBase *lb)
{