]> git.lyx.org Git - lyx.git/blobdiff - src/support/debug.cpp
File missing in the tarball
[lyx.git] / src / support / debug.cpp
index a7c64385d4615ad8f41e0545375b76f321fbdd73..1656967e7011cc619299cbaf1d5b9ff1242a2b58 100644 (file)
@@ -202,7 +202,7 @@ LyXErr & toStream(LyXErr & l, T t)
 {
        if (l.enabled()){
                l.stream() << t;
-               if (l.second_used()){
+                if (l.second_used()) {
                        l.second() << t;
                        ProgressInterface::instance()->lyxerrFlush();
                }