From: Pavel Sanda Date: Sun, 16 May 2010 22:02:13 +0000 (+0000) Subject: Keep the string in synchro with the code around X-Git-Tag: 2.0.0~3258 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9488a185694d1f6de83e8fa226f73461a325e59e;p=features.git 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 --- diff --git a/src/support/debug.cpp b/src/support/debug.cpp index e0f7b1186d..a7c64385d4 100644 --- a/src/support/debug.cpp +++ b/src/support/debug.cpp @@ -191,7 +191,7 @@ void LyXErr::endl() if (enabled_) { stream() << std::endl; if (second_used_) - second() << "\n"; + second() << std::endl; } }