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/shader/nodes/node_shader_hueSatVal.c')
-rw-r--r--source/blender/nodes/shader/nodes/node_shader_hueSatVal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/nodes/shader/nodes/node_shader_hueSatVal.c b/source/blender/nodes/shader/nodes/node_shader_hueSatVal.c
index f4a5462b8cc..559d9289fb7 100644
--- a/source/blender/nodes/shader/nodes/node_shader_hueSatVal.c
+++ b/source/blender/nodes/shader/nodes/node_shader_hueSatVal.c
@@ -80,7 +80,7 @@ static int gpu_shader_hue_sat(GPUMaterial *mat, bNode *UNUSED(node), bNodeExecDa
return GPU_stack_link(mat, "hue_sat", in, out);
}
-void register_node_type_sh_hue_sat()
+void register_node_type_sh_hue_sat(void)
{
static bNodeType ntype;