aboutsummaryrefslogtreecommitdiff
path: root/modules/pdp_colorgrid.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pdp_colorgrid.c')
-rw-r--r--modules/pdp_colorgrid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pdp_colorgrid.c b/modules/pdp_colorgrid.c
index bf73ed7..2538205 100644
--- a/modules/pdp_colorgrid.c
+++ b/modules/pdp_colorgrid.c
@@ -313,7 +313,7 @@ static void pdp_colorgrid_hsv2rgb(t_float hue, t_float saturation, t_float value
static void pdp_colorgrid_output_current(t_pdp_colorgrid* x)
{
- t_float ox=0, oy=0, hue, saturation, value, red, green, blue ;
+ t_float ox=0, oy=0, hue, saturation, value, red=0, green=0, blue=0 ;
/* These values need to be the same as those that produced the spectrum image:*/