WPS tags: The player doesn't have peak meters. Fix a glitch in \nopt which introduced a stray protected space.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13061 a1c6a512-1295-4272-9138-f99709370657
diff --git a/manual/preamble.tex b/manual/preamble.tex
index 99dfb2f..6db6e53 100644
--- a/manual/preamble.tex
+++ b/manual/preamble.tex
@@ -288,7 +288,7 @@
\newcommand{\optnvalue}{0}
\newcommand{\nopt}[2]{%
\renewcommand{\optnvalue}{0}\opt{#1}{\renewcommand{\optnvalue}{1}}%
- \ifthenelse{\optnvalue > 0}{}{#2}
+ \ifthenelse{\optnvalue > 0}{}{#2}%
}
% Use the reference to handle get a flexible reference command