mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
tex2lyx/text.cpp: fix a typo spotted by clang
This commit is contained in:
parent
72b2c54fae
commit
055b425b64
@ -935,7 +935,7 @@ void parse_box(Parser & p, ostream & os, unsigned outer_flags,
|
||||
width_unit = "in";
|
||||
width_special = "width";
|
||||
} else if (latex_width.empty() && outer_type == "framebox") {
|
||||
outer_type == "fbox";
|
||||
outer_type = "fbox";
|
||||
width_value = "-999";
|
||||
width_unit = "col%";
|
||||
width_special = "none";
|
||||
|
Loading…
Reference in New Issue
Block a user