[BACK]Return to mdoc_term.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/mdoc_term.c between version 1.235 and 1.236

version 1.235, 2011/09/20 09:02:23 version 1.236, 2011/10/16 12:20:34
Line 584  print_bvspace(struct termp *p, 
Line 584  print_bvspace(struct termp *p, 
 {  {
         const struct mdoc_node  *nn;          const struct mdoc_node  *nn;
   
           assert(n);
   
         term_newln(p);          term_newln(p);
   
         if (MDOC_Bd == bl->tok && bl->norm->Bd.comp)          if (MDOC_Bd == bl->tok && bl->norm->Bd.comp)

Legend:
Removed from v.1.235  
changed lines
  Added in v.1.236

CVSweb