Author: uwestoehr
Date: Fri Oct 28 14:49:12 2011
New Revision: 40052
URL: http://www.lyx.org/trac/changeset/40052
Log:
tex2lyx/preamble.cpp: correct a whitespace mistake I just introduced
Modified:
lyx-devel/trunk/src/tex2lyx/preamble.cpp
Modified: lyx-devel/trunk/src/tex2lyx/preamble.cpp
==============================================================================
--- lyx-devel/trunk/src/tex2lyx/preamble.cpp Fri Oct 28 14:46:53 2011
(r40051)
+++ lyx-devel/trunk/src/tex2lyx/preamble.cpp Fri Oct 28 14:49:12 2011
(r40052)
@@ -570,7 +570,7 @@
// last language in the documentclass options is used.
handle_opt(options, known_languages, h_language);
delete_opt(options, known_languages);
- }
+ }
}
else if (name == "fontenc") {