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

Diff for /mandoc/tbl_term.c between version 1.56 and 1.57

version 1.56, 2017/07/08 13:43:15 version 1.57, 2017/07/31 16:14:10
Line 51  static void tbl_word(struct termp *, const struct tbl_
Line 51  static void tbl_word(struct termp *, const struct tbl_
 static size_t  static size_t
 term_tbl_sulen(const struct roffsu *su, void *arg)  term_tbl_sulen(const struct roffsu *su, void *arg)
 {  {
         return term_hen((const struct termp *)arg, su);          int      i;
   
           i = term_hen((const struct termp *)arg, su);
           return i > 0 ? i : 0;
 }  }
   
 static size_t  static size_t

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57

CVSweb