[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.131 and 1.132

version 1.131, 2010/05/26 10:39:35 version 1.132, 2010/05/29 18:47:54
Line 2098  termp_li_pre(DECL_ARGS)
Line 2098  termp_li_pre(DECL_ARGS)
 {  {
   
         term_fontpush(p, TERMFONT_NONE);          term_fontpush(p, TERMFONT_NONE);
           if (NULL == n->child)
                   term_word(p, "");
         return(1);          return(1);
 }  }
   

Legend:
Removed from v.1.131  
changed lines
  Added in v.1.132

CVSweb