From 44cacbe595b9bb436951e2ed29a4770cdf9f3e28 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Thu, 15 Oct 2009 21:35:10 +0000 Subject: Correct a small misaligned brace. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23198 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/pitchscreen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/gui/pitchscreen.c b/apps/gui/pitchscreen.c index 33c92e845b..77b5739be1 100644 --- a/apps/gui/pitchscreen.c +++ b/apps/gui/pitchscreen.c @@ -897,7 +897,7 @@ int gui_syncpitchscreen_run(void) new_speed = 0; } #endif -} + } #if CONFIG_CODEC == SWCODEC pcmbuf_set_low_latency(false); #endif -- cgit v1.2.3