On 05/17/2010 12:02 AM, sa...@lyx.org wrote:
Author: sanda
Date: Mon May 17 00:02:13 2010
New Revision: 34415
URL: http://www.lyx.org/trac/changeset/34415
Log:
Keep the string in synchro with the code around
Modified:
lyx-devel/trunk/src/support/debug.cpp
Modified: lyx-devel/trunk/src/support/debug.cpp
==============================================================================
--- lyx-devel/trunk/src/support/debug.cpp Mon May 17 00:02:10 2010
(r34414)
+++ lyx-devel/trunk/src/support/debug.cpp Mon May 17 00:02:13 2010
(r34415)
@@ -191,7 +191,7 @@
if (enabled_) {
stream()<< std::endl;
if (second_used_)
- second()<< "\n";
+ second()<< std::endl;
Without the 'std::' then...
Abdel.