Fixes build
authorMarek Safar <marek.safar@gmail.com>
Fri, 29 Nov 2013 08:11:38 +0000 (09:11 +0100)
committerMarek Safar <marek.safar@gmail.com>
Fri, 29 Nov 2013 08:12:28 +0000 (09:12 +0100)
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 ());