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

Diff for /mandoc/test-fts.c between version 1.1 and 1.2

version 1.1, 2014/08/11 01:39:00 version 1.2, 2014/08/11 02:05:54
Line 33  main(void)
Line 33  main(void)
                 return(1);                  return(1);
         }          }
   
         if (fts_close(NULL) != 0) {          if (fts_close(ftsp) != 0) {
                 perror("fts_close");                  perror("fts_close");
                 return(1);                  return(1);
         }          }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb