From 9488a185694d1f6de83e8fa226f73461a325e59e Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sun, 16 May 2010 22:02:13 +0000 Subject: [PATCH] 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 --- src/support/debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.39.5