[runtime] Disable some tests in full-aot mode which cannot be AOTed because of type...
[mono.git] / mcs / class / monodoc / Monodoc / generators / html / Man2Html.cs
index d4f9cc2665bdf9c046ad971e524ac0b529712b4d..a065daf212cb7236746681b46d36d89d663761d3 100644 (file)
@@ -240,7 +240,7 @@ namespace Monodoc.Generators.Html
 
                static void ClearUntil (StateInfo s, string required)
                {
-                       string e;
+                       string e = null;
                        while (s.tags.Count > 0 && 
                               (e = s.tags.Peek ().ToString ()) != required) {
                                s.output.Append (s.tags.Pop ().ToString ());