mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-10 18:58:10 +00:00
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:
parent
b3e09c3ee7
commit
9488a18569
@ -191,7 +191,7 @@ void LyXErr::endl()
|
||||
if (enabled_) {
|
||||
stream() << std::endl;
|
||||
if (second_used_)
|
||||
second() << "\n";
|
||||
second() << std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user