mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
* typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23633 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d5e63e10f4
commit
0e20c40ad2
@ -1031,7 +1031,7 @@ void Parser::parse1(InsetMathGrid & grid, unsigned flags,
|
|||||||
optionals = max(n, optionals);
|
optionals = max(n, optionals);
|
||||||
} else if (nextToken().cat() == catLetter) {
|
} else if (nextToken().cat() == catLetter) {
|
||||||
// we in fact ignore every non-optional
|
// we in fact ignore every non-optional
|
||||||
// parameters
|
// parameter
|
||||||
|
|
||||||
// get option name
|
// get option name
|
||||||
docstring opt;
|
docstring opt;
|
||||||
|
Loading…
Reference in New Issue
Block a user