From: André Pönitz Date: Fri, 31 Aug 2001 07:26:27 +0000 (+0000) Subject: endl... X-Git-Tag: 1.6.10~20708 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ef6101033f7dc390201c9de1fb1970ca116d8473;p=features.git endl... git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2637 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/math_hash.C b/src/mathed/math_hash.C index 0404da1515..281bc35c6d 100644 --- a/src/mathed/math_hash.C +++ b/src/mathed/math_hash.C @@ -215,7 +215,7 @@ void ReadSymbols(string const & filename) latexkeys const * in_word_set(string const & str) { if (!initialized) { - lyxerr[Debug::MATHED] << "Reading symbols file" << endl; + lyxerr[Debug::MATHED] << "Reading symbols file\n"; string const file = LibFileSearch(string(), "symbols"); if (file.empty()) lyxerr << "Could not find symbols file" << endl;