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

Diff for /src/usr.bin/mandoc/mdoc_term.c between version 1.206 and 1.207

version 1.206, 2015/02/05 00:13:34 version 1.207, 2015/02/05 01:46:38
Line 1089 
Line 1089 
                 return(0);                  return(0);
         }          }
   
         if (n->child == NULL)  
                 return(0);  
   
         if (p->flags & TERMP_SPLIT)          if (p->flags & TERMP_SPLIT)
                 term_newln(p);                  term_newln(p);
   

Legend:
Removed from v.1.206  
changed lines
  Added in v.1.207