correct previous commit (sync with trunk)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@21446 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Bernhard Roider 2007-11-05 17:24:33 +00:00
parent 53cd7838e4
commit 4abde70bc3

View File

@ -1027,7 +1027,7 @@ void Parser::parse1(InsetMathGrid & grid, unsigned flags,
} else if (good())
added = addRow(grid, cellrow, getArg('[', ']'));
else
added = addRow(grid, cellrow, docstring());
error("missing token after \\\\");
if (added) {
cellcol = 0;
if (grid.asHullInset())