]> git.lyx.org Git - features.git/commitdiff
endl...
authorAndré Pönitz <poenitz@gmx.net>
Fri, 31 Aug 2001 07:26:27 +0000 (07:26 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Fri, 31 Aug 2001 07:26:27 +0000 (07:26 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2637 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/math_hash.C

index 0404da151512c847e2509e5ae51c582e5e95d6dd..281bc35c6d8d9f8709102bfbda9b7fa9839f7ffe 100644 (file)
@@ -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;