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_colorMatte.c')
-rw-r--r--source/blender/nodes/intern/CMP_nodes/CMP_colorMatte.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_colorMatte.c b/source/blender/nodes/intern/CMP_nodes/CMP_colorMatte.c
index 5022c25819c..12092531edf 100644
--- a/source/blender/nodes/intern/CMP_nodes/CMP_colorMatte.c
+++ b/source/blender/nodes/intern/CMP_nodes/CMP_colorMatte.c
@@ -99,7 +99,7 @@ static void node_composit_exec_color_matte(void *data, bNode *node, bNodeStack *
if(cbuf!=in[0]->data)
free_compbuf(cbuf);
-};
+}
static void node_composit_init_color_matte(bNode *node)
{
@@ -110,7 +110,7 @@ static void node_composit_init_color_matte(bNode *node)
c->t3= 0.1f;
c->fsize= 0.0f;
c->fstrength= 1.0f;
-};
+}
void register_node_type_cmp_color_matte(ListBase *lb)
{