diff --git a/src/tex2lyx/text.cpp b/src/tex2lyx/text.cpp index 8abadc6b3f..e6110904c9 100644 --- a/src/tex2lyx/text.cpp +++ b/src/tex2lyx/text.cpp @@ -354,7 +354,7 @@ void begin_inset(ostream & os, string const & name) os << "\n\\begin_inset " << name; } -/*// use this voi when format 288 is supported +/*// use this void when format 288 is supported void begin_command_inset(ostream & os, string const & name, string const & latexname) {