]> git.lyx.org Git - features.git/blobdiff - src/LaTeX.cpp
Improve error msg.
[features.git] / src / LaTeX.cpp
index a8d14b1f7471b8b4bf81e4affc56e02321cf89f1..ce3d73eef2171ade4a6208e7ec64f3f7c2d00526 100644 (file)
@@ -768,7 +768,7 @@ bool LaTeX::runBibTeX(vector<AuxInfo> const & bibtex_info,
                                it->aux_file.absFileName())));
                Systemcall one;
                Systemcall::Starttype const starttype = 
-               allow_cancel ? Systemcall::WaitLoop : Systemcall::Wait;
+                       allow_cancel ? Systemcall::WaitLoop : Systemcall::Wait;
                exit_code = one.startscript(starttype, tmp, path, lpath, true);
                if (exit_code) {
                        return result;