Keep the string in synchro with the code around

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34415 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2010-05-16 22:02:13 +00:00
parent b3e09c3ee7
commit 9488a18569

View File

@ -191,7 +191,7 @@ void LyXErr::endl()
if (enabled_) {
stream() << std::endl;
if (second_used_)
second() << "\n";
second() << std::endl;
}
}