diff options
author | Thomas Martitz <kugel@rockbox.org> | 2009-10-15 21:35:10 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2009-10-15 21:35:10 +0000 |
commit | 44cacbe595b9bb436951e2ed29a4770cdf9f3e28 (patch) | |
tree | a8a305709cd071f0feaacceeb53da59254ed13ed | |
parent | 4004c75fee1e0f7cb7397ac88dce5209b57b8d96 (diff) | |
download | rockbox-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
-rw-r--r-- | apps/gui/pitchscreen.c | 2 |
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) new_speed = 0; } #endif -} + } #if CONFIG_CODEC == SWCODEC pcmbuf_set_low_latency(false); #endif |