summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-10-15 21:35:10 +0000
committerThomas Martitz <kugel@rockbox.org>2009-10-15 21:35:10 +0000
commit44cacbe595b9bb436951e2ed29a4770cdf9f3e28 (patch)
treea8a305709cd071f0feaacceeb53da59254ed13ed /apps/gui
parent4004c75fee1e0f7cb7397ac88dce5209b57b8d96 (diff)
downloadrockbox-44cacbe595b9bb436951e2ed29a4770cdf9f3e28.tar.gz
rockbox-44cacbe595b9bb436951e2ed29a4770cdf9f3e28.zip
Correct a small misaligned brace.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23198 a1c6a512-1295-4272-9138-f99709370657
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 33c92e845b..77b5739be1 100644
--- a/apps/gui/pitchscreen.c
+++ b/apps/gui/pitchscreen.c
@@ -897,7 +897,7 @@ int gui_syncpitchscreen_run(void)
897 new_speed = 0; 897 new_speed = 0;
898 } 898 }
899#endif 899#endif
900} 900 }
901#if CONFIG_CODEC == SWCODEC 901#if CONFIG_CODEC == SWCODEC
902 pcmbuf_set_low_latency(false); 902 pcmbuf_set_low_latency(false);
903#endif 903#endif