From e1320fd442a2df7a70a9a4c52b1bfd6f88d83b86 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Sat, 2 Oct 2010 14:46:33 +0000 Subject: Fix typo, which should fix yellow git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28194 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/resistor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins') diff --git a/apps/plugins/resistor.c b/apps/plugins/resistor.c index e5e8bb3f5a..f9546b0498 100644 --- a/apps/plugins/resistor.c +++ b/apps/plugins/resistor.c @@ -82,7 +82,7 @@ TODO: #define fourth_band_x (3*BMPWIDTH_resistor/4 + RESISTOR_BMP_X - band_width/2) #define universal_y (RESISTOR_BMP_Y+(BMPHEIGHT_resistor)/2 - band_height/2) -#if LCD_WIDTHT <= 128 +#if LCD_WIDDHT <= 128 #define total_resistance_str_x 1 #define tolerance_str_x 1 #define resistance_val_x 1 -- cgit v1.2.3