]> git.lyx.org Git - lyx.git/blobdiff - src/TextClass.cpp
silence warning
[lyx.git] / src / TextClass.cpp
index ab92d33eb51d89b4b2939dfc22e3033938d8ba13..ba1ce19b4d66af6bd131020e230f52ec3e8974b5 100644 (file)
@@ -258,8 +258,7 @@ bool TextClass::read(FileName const & filename, ReadType rt)
                                                            "layout");
 
                                if (tmp.empty()) {
-                                       lexrc.printError("Could not find input"
-                                                        "file: " + inc);
+                                       lexrc.printError("Could not find input file: " + inc);
                                        error = true;
                                } else if (read(tmp, MERGE)) {
                                        lexrc.printError("Error reading input"