summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui')
-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 f25448176f..16fac0c3b5 100644
--- a/apps/gui/pitchscreen.c
+++ b/apps/gui/pitchscreen.c
@@ -474,7 +474,7 @@ int gui_syncpitchscreen_run(void)
474 } 474 }
475 } 475 }
476 else 476 else
477 speed = stretch * new_pitch; 477 speed = stretch * pitch;
478#endif 478#endif
479 } 479 }
480 } 480 }