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

Diff for /mandoc/tbl_data.c between version 1.3 and 1.4

version 1.3, 2010/12/30 10:26:00 version 1.4, 2011/01/01 13:37:40
Line 91  tbl_data(struct tbl *tbl, int ln, const char *p)
Line 91  tbl_data(struct tbl *tbl, int ln, const char *p)
   
         if ('\0' == p[pos]) {          if ('\0' == p[pos]) {
                 TBL_MSG(tbl, MANDOCERR_TBL, ln, pos);                  TBL_MSG(tbl, MANDOCERR_TBL, ln, pos);
                 return(1);                  return(0);
         }          }
   
         /*          /*

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb