]> git.lyx.org Git - lyx.git/blobdiff - src/sgml.C
make dispatch_result_t ctor of DispatchResult explicit
[lyx.git] / src / sgml.C
index 7d6c00a3acbafc81f454d8d6d9d997f221e7f6cf..cb6292f1ec28c47d49124d0d3a19cb674e090841 100644 (file)
@@ -125,7 +125,7 @@ unsigned int closeEnvTags(ostream & ofs, bool mixcont,
                string item_name= "listitem";
                lines += closeTag(ofs, total_depth, mixcont, item_name);
                if (environment_inner_depth == "varlistentry")
-                       lines += closeTag(ofs, total_depth, mixcont, 
+                       lines += closeTag(ofs, total_depth, mixcont,
                                environment_inner_depth);
        }
        return lines;