]> git.lyx.org Git - lyx.git/blobdiff - src/tabular.C
Fixed cut&paste bugs and added freespacing for ERT Insets.
[lyx.git] / src / tabular.C
index 07316512f8ffa678b088cdfa1c7600a1d679b53a..1445ad1818e07dd13337623881ad1980f65c4e04 100644 (file)
@@ -2212,6 +2212,7 @@ int LyXTabular::Latex(Buffer const * buf,
                        ++cell;
                }
                os << "\\\\\n";
+               ++ret;
                ret += TeXBottomHLine(os, i);
                if (IsLongTabular()) {
                        if (i == (endhead.row - 1)) {