summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2009-12-06 14:23:29 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2009-12-06 14:23:29 +0000
commit48114263d243040da3c78217d9fde519c14f3a95 (patch)
tree284f6ead3091a7693d8bbd200606c6b9e81480b8
parent5cdd920d1267a7548ab492864c4a20a20c3d93ff (diff)
downloadrockbox-48114263d243040da3c78217d9fde519c14f3a95.tar.gz
rockbox-48114263d243040da3c78217d9fde519c14f3a95.zip
Add missing closing bracket. No idea how that got lost, I'll blame the keyboard.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23875 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/platform/keymap-ipod4g.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/platform/keymap-ipod4g.tex b/manual/platform/keymap-ipod4g.tex
index fc919248e8..e69dbad0be 100644
--- a/manual/platform/keymap-ipod4g.tex
+++ b/manual/platform/keymap-ipod4g.tex
@@ -101,5 +101,5 @@
101\newcommand{\ActionFMPlay}{\ButtonPlay} 101\newcommand{\ActionFMPlay}{\ButtonPlay}
102\newcommand{\ActionFMSettingsInc}{\ButtonScrollFwd} 102\newcommand{\ActionFMSettingsInc}{\ButtonScrollFwd}
103\newcommand{\ActionFMSettingsDec}{\ButtonScrollBack} 103\newcommand{\ActionFMSettingsDec}{\ButtonScrollBack}
104\newcommand{\ActionFMPrev}{\ButtonLeft 104\newcommand{\ActionFMPrev}{\ButtonLeft}
105\newcommand{\ActionFMNext}{\ButtonRight} 105\newcommand{\ActionFMNext}{\ButtonRight}