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

Diff for /src/usr.bin/aucat/Attic/siofile.c between version 1.11 and 1.12

version 1.11, 2012/05/23 19:25:11 version 1.12, 2012/06/27 06:46:44
Line 479 
Line 479 
   
         if (f->started)          if (f->started)
                 siofile_stop(&f->file);                  siofile_stop(&f->file);
         return sio_close(((struct siofile *)file)->hdl);          sio_close(((struct siofile *)file)->hdl);
 }  }

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