]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/tex2lyx.C
add config.h
[lyx.git] / src / tex2lyx / tex2lyx.C
index 2baf0e85506c731603bfc4519cb72a3b1e38a77d..0f0c45fc90971db8618294e538118c8b460425b0 100644 (file)
@@ -524,7 +524,7 @@ int main(int argc, char * argv[])
                cl_system_support, cl_user_support,
                support::top_build_dir_is_two_levels_up);
        } catch (support::ExceptionMessage const & message) {
-               cerr << to_utf8(message.title_) << ':\n'
+               cerr << to_utf8(message.title_) << ":\n"
                        << to_utf8(message.details_) << endl;
                if (message.type_ == support::ErrorException)
                        exit(1);