summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/skin_tokens.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/skin_engine/skin_tokens.c')
-rw-r--r--apps/gui/skin_engine/skin_tokens.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/gui/skin_engine/skin_tokens.c b/apps/gui/skin_engine/skin_tokens.c
index 934085c707..c07d4cf2df 100644
--- a/apps/gui/skin_engine/skin_tokens.c
+++ b/apps/gui/skin_engine/skin_tokens.c
@@ -1469,8 +1469,8 @@ const char *get_token_value(struct gui_wps *gwps,
1469 pitch / PITCH_SPEED_PRECISION, 1469 pitch / PITCH_SPEED_PRECISION,
1470 (pitch % PITCH_SPEED_PRECISION) / (PITCH_SPEED_PRECISION / 10)); 1470 (pitch % PITCH_SPEED_PRECISION) / (PITCH_SPEED_PRECISION / 10));
1471 1471
1472 if (intval) 1472 if (intval)
1473 *intval = pitch_speed_enum(limit, pitch, 1473 *intval = pitch_speed_enum(limit, pitch,
1474 PITCH_SPEED_PRECISION * 100); 1474 PITCH_SPEED_PRECISION * 100);
1475 return buf; 1475 return buf;
1476 } 1476 }
@@ -1491,7 +1491,7 @@ const char *get_token_value(struct gui_wps *gwps,
1491 if (intval) 1491 if (intval)
1492 *intval = pitch_speed_enum(limit, speed, 1492 *intval = pitch_speed_enum(limit, speed,
1493 PITCH_SPEED_PRECISION * 100); 1493 PITCH_SPEED_PRECISION * 100);
1494 return buf; 1494 return buf;
1495 } 1495 }
1496#endif 1496#endif
1497 1497