Resistor calculator: Initialise variable to make the compiler shut up about it (it's always initialised, but the compiler won't know that)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28276 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2010-10-13 21:56:36 +00:00
parent 7d6c73a1c1
commit a43ace55ea

View file

@ -791,7 +791,7 @@ static void resistance_to_color(void)
int temp;
int in_resistance_int;
int power_ten;
int power_ten=0;
int first_band_int = 0;
int second_band_int = 0;