aboutsummaryrefslogtreecommitdiff
path: root/modules/pdp_colorgrid.c
diff options
context:
space:
mode:
authorN.N. <sevyves@users.sourceforge.net>2008-05-30 18:39:27 +0000
committerN.N. <sevyves@users.sourceforge.net>2008-05-30 18:39:27 +0000
commit8c3f080a939e1349e768f908e3ea3470a9b1bf2c (patch)
tree54235c4c1ab1febe76ff33c4492769209913c2e0 /modules/pdp_colorgrid.c
parent6d081e385da43a922c03ba98fa04d3ae05bcc9bc (diff)
added pdp_v4l2
svn path=/trunk/externals/pidip/; revision=9948
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:*/