diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2009-12-06 14:23:29 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2009-12-06 14:23:29 +0000 |
| commit | 48114263d243040da3c78217d9fde519c14f3a95 (patch) | |
| tree | 284f6ead3091a7693d8bbd200606c6b9e81480b8 | |
| parent | 5cdd920d1267a7548ab492864c4a20a20c3d93ff (diff) | |
| download | rockbox-48114263d243040da3c78217d9fde519c14f3a95.zip rockbox-48114263d243040da3c78217d9fde519c14f3a95.tar.gz rockbox-48114263d243040da3c78217d9fde519c14f3a95.tar.bz2 rockbox-48114263d243040da3c78217d9fde519c14f3a95.tar.xz | |
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.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/platform/keymap-ipod4g.tex b/manual/platform/keymap-ipod4g.tex index fc91924..e69dbad 100644 --- a/manual/platform/keymap-ipod4g.tex +++ b/manual/platform/keymap-ipod4g.tex @@ -101,5 +101,5 @@ \newcommand{\ActionFMPlay}{\ButtonPlay} \newcommand{\ActionFMSettingsInc}{\ButtonScrollFwd} \newcommand{\ActionFMSettingsDec}{\ButtonScrollBack} -\newcommand{\ActionFMPrev}{\ButtonLeft +\newcommand{\ActionFMPrev}{\ButtonLeft} \newcommand{\ActionFMNext}{\ButtonRight} |