diff options
author | Martin Arver <martin.arver@gmail.com> | 2006-10-21 13:51:04 +0000 |
---|---|---|
committer | Martin Arver <martin.arver@gmail.com> | 2006-10-21 13:51:04 +0000 |
commit | e918edc48b6e79bcaf0128d562f9fb25a3e0b3ff (patch) | |
tree | cf5631e73847a6fc333b7fd16ea93cef462999c9 /manual | |
parent | b5231530bef114afa07798eb05d153e930bb2441 (diff) |
Fix for additional space added
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11298 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rwxr-xr-x | manual/configure_rockbox/playback_options.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/configure_rockbox/playback_options.tex b/manual/configure_rockbox/playback_options.tex index a7880df04d..b73301baa5 100755 --- a/manual/configure_rockbox/playback_options.tex +++ b/manual/configure_rockbox/playback_options.tex @@ -254,9 +254,9 @@ related to audio playback. \url{http://www.last.fm}. This service was formely known as \emph{Audioscrobbler}. When you enable this option, you'll have to reboot to start the logging. The log-file is called - \opt{CONFIG_RTC}{\fname{.scrobbler.log}}% - \nopt{CONFIG_RTC}{\fname{.scrobbler-timeless.log}}% - , and is to be found in the root directory of your \dap{}. + \opt{CONFIG_RTC}{\fname{.scrobbler.log},}% + \nopt{CONFIG_RTC}{\fname{.scrobbler-timeless.log},}% + and is to be found in the root directory of your \dap{}. \note{See \wikilink{LastFMLog} for a further description, and for tools you can use to submit your Last.fm log.} |