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

Diff for /texi2mdoc/util.c between version 1.25 and 1.26

version 1.25, 2015/03/03 22:37:24 version 1.26, 2015/03/05 08:35:35
Line 100  texiexit(struct texi *p)
Line 100  texiexit(struct texi *p)
         free(p->dirs);          free(p->dirs);
         free(p->subtitle);          free(p->subtitle);
         free(p->title);          free(p->title);
           free(p->copying);
 }  }
   
 /*  /*

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

CVSweb