]> git.lyx.org Git - lyx.git/blobdiff - src/converter.C
Fix natbib bug spotted by JMarc.
[lyx.git] / src / converter.C
index c37a0028855308fd9db5a3156a92a895167c8caf..e7d0dacc2a86f26e8e84e8c80f6b4b4d6ec7a543 100644 (file)
@@ -690,7 +690,7 @@ bool Converters::convert(Buffer const * buffer,
                                                << " to " << real_outfile
                                                << endl;
                        }
-                       
+
                        if (!conv.parselog.empty()) {
                                string const logfile =  infile2 + ".log";
                                string const script = LibScriptSearch(conv.parselog);