summaryrefslogtreecommitdiff
path: root/apps/gui/pitchscreen.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/pitchscreen.c')
-rw-r--r--apps/gui/pitchscreen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/pitchscreen.c b/apps/gui/pitchscreen.c
index 05eb1d48ac..485eb7861c 100644
--- a/apps/gui/pitchscreen.c
+++ b/apps/gui/pitchscreen.c
@@ -351,7 +351,7 @@ int gui_syncpitchscreen_run(void)
351 if (pitch_mode == PITCH_MODE_ABSOLUTE) { 351 if (pitch_mode == PITCH_MODE_ABSOLUTE) {
352 pitch = pitch_increase(pitch, delta, true); 352 pitch = pitch_increase(pitch, delta, true);
353 } else { 353 } else {
354 pitch = pitch_increase_semitone(pitch, delta > 0 ? true:false); 354 pitch = pitch_increase_semitone(pitch, delta > 0);
355 } 355 }
356 356
357 delta = 0; 357 delta = 0;