From f96f623090de1b6ab228376420bb22b232779f56 Mon Sep 17 00:00:00 2001 From: Steve Bavin Date: Mon, 22 Jun 2009 19:51:02 +0000 Subject: Oops. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21470 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/pitchscreen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/gui/pitchscreen.c') 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) } } else - speed = stretch * new_pitch; + speed = stretch * pitch; #endif } } -- cgit v1.2.3