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

Diff for /src/usr.bin/mandoc/tbl.c between version 1.12 and 1.13

version 1.12, 2015/01/14 22:44:51 version 1.13, 2015/01/21 00:45:16
Line 64 
Line 64 
                 break;                  break;
         }          }
   
         /*          tbl_data(tbl, ln, p);
          * This only returns zero if the line is empty, so we ignore it          return(ROFF_TBL);
          * and continue on.  
          */  
         return(tbl_data(tbl, ln, p) ? ROFF_TBL : ROFF_IGN);  
 }  }
   
 struct tbl_node *  struct tbl_node *

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13