Fix warning.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32514 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-12-13 21:14:36 +00:00
parent 622e3b1e4d
commit 9f6c1b8ccb

View File

@ -129,8 +129,8 @@ docstring convertLaTeXCommands(docstring const & str)
scanning_cmd = false;
}
// was the last character a \? If so, then this is something like: \\
// or \$, so we'll just output it. That's probably not always right...
// was the last character a \? If so, then this is something like:
// \\ or \$, so we'll just output it. That's probably not always right...
if (escaped) {
// exception: output \, as THIN SPACE
if (ch == ',')