]> git.lyx.org Git - features.git/commitdiff
Keep the string in synchro with the code around
authorPavel Sanda <sanda@lyx.org>
Sun, 16 May 2010 22:02:13 +0000 (22:02 +0000)
committerPavel Sanda <sanda@lyx.org>
Sun, 16 May 2010 22:02:13 +0000 (22:02 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34415 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/debug.cpp

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