summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2010-10-02 14:48:03 +0000
committerFrank Gevaerts <frank@gevaerts.be>2010-10-02 14:48:03 +0000
commit9caca08ebc25ef2047df0f8549ad126512558dbb (patch)
tree312177613d6561e7a8e60e88161735d6355ac1ee
parente1320fd442a2df7a70a9a4c52b1bfd6f88d83b86 (diff)
downloadrockbox-9caca08ebc25ef2047df0f8549ad126512558dbb.tar.gz
rockbox-9caca08ebc25ef2047df0f8549ad126512558dbb.zip
Fix typo properly this time, to ensure all green
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28195 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/resistor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/resistor.c b/apps/plugins/resistor.c
index f9546b0498..3053c4f4ac 100644
--- a/apps/plugins/resistor.c
+++ b/apps/plugins/resistor.c
@@ -82,7 +82,7 @@ TODO:
82#define fourth_band_x (3*BMPWIDTH_resistor/4 + RESISTOR_BMP_X - band_width/2) 82#define fourth_band_x (3*BMPWIDTH_resistor/4 + RESISTOR_BMP_X - band_width/2)
83#define universal_y (RESISTOR_BMP_Y+(BMPHEIGHT_resistor)/2 - band_height/2) 83#define universal_y (RESISTOR_BMP_Y+(BMPHEIGHT_resistor)/2 - band_height/2)
84 84
85#if LCD_WIDDHT <= 128 85#if LCD_WIDTH <= 128
86#define total_resistance_str_x 1 86#define total_resistance_str_x 1
87#define tolerance_str_x 1 87#define tolerance_str_x 1
88#define resistance_val_x 1 88#define resistance_val_x 1