summaryrefslogtreecommitdiff
path: root/apps/plugins/resistor.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/resistor.c')
-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 87f6cfcb82..a0bd94911a 100644
--- a/apps/plugins/resistor.c
+++ b/apps/plugins/resistor.c
@@ -205,7 +205,7 @@ static enum color get_band_rtoc(int in_val)
205 205
206static char *get_tolerance_str(enum color color) 206static char *get_tolerance_str(enum color color)
207{ 207{
208 static char tolerance_str [14]; 208 static char tolerance_str [14];
209 rb->snprintf(tolerance_str, sizeof(tolerance_str), "%d%% tolerance", 209 rb->snprintf(tolerance_str, sizeof(tolerance_str), "%d%% tolerance",
210 band_data[color].tolerance); 210 band_data[color].tolerance);
211 return tolerance_str; 211 return tolerance_str;