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

Diff for /mandoc/main.c between version 1.329 and 1.330

version 1.329, 2019/07/10 19:39:01 version 1.330, 2019/07/14 18:16:13
Line 727  out:
Line 727  out:
                         signum = WSTOPSIG(status);                          signum = WSTOPSIG(status);
                 }                  }
                 tag_unlink();                  tag_unlink();
         }          } else if (curp.outtype != OUTT_LINT)
                   mandoc_msg_summary();
   
         return (int)mandoc_msg_getrc();          return (int)mandoc_msg_getrc();
 }  }
   

Legend:
Removed from v.1.329  
changed lines
  Added in v.1.330

CVSweb