[BACK]Return to mdoc_html.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/mdoc_html.c between version 1.147 and 1.148

version 1.147, 2017/02/22 08:52:24 version 1.148, 2017/03/03 13:55:06
Line 664 
Line 664 
         enum mdoc_list           type;          enum mdoc_list           type;
   
         bl = n->parent;          bl = n->parent;
         while (bl != NULL && bl->tok != MDOC_Bl)          while (bl->tok != MDOC_Bl)
                 bl = bl->parent;                  bl = bl->parent;
         type = bl->norm->Bl.type;          type = bl->norm->Bl.type;
   

Legend:
Removed from v.1.147  
changed lines
  Added in v.1.148