[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.19 and 1.20

version 1.19, 2015/01/30 04:08:37 version 1.20, 2015/01/30 17:31:20
Line 177 
Line 177 
                     tbl->line, tbl->pos, NULL);                      tbl->line, tbl->pos, NULL);
                 return(0);                  return(0);
         }          }
   
         if (tbl->last_span != NULL)  
                 tbl->last_span->flags |= TBL_SPAN_LAST;  
   
         return(1);          return(1);
 }  }

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20