diff options
Diffstat (limited to 'apps/plugins/resistor.c')
| -rw-r--r-- | apps/plugins/resistor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/resistor.c b/apps/plugins/resistor.c index 635e3cd..c5ebb98 100644 --- a/apps/plugins/resistor.c +++ b/apps/plugins/resistor.c @@ -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; |