Fix compilation, Richard please check this.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38222 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2011-04-03 08:02:08 +00:00
parent b1193cc9dc
commit 6df859f35a

View File

@ -241,7 +241,6 @@ bool XHTMLStream::closeFontTags()
if (tagname == parsep_tag)
break;
writeError(it->tag_);
}
}
return false;
}