mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
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:
parent
53cd7838e4
commit
4abde70bc3
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user