]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_hash.C
endl...
[features.git] / 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;