Diff for /xmil/statsave.c between versions 1.2 and 1.3

version 1.2, 2004/08/12 20:09:42 version 1.3, 2004/08/13 04:08:33
Line 146  sfo_err1: Line 146  sfo_err1:
 static int statflag_closesection(SFFILEH sffh) {  static int statflag_closesection(SFFILEH sffh) {
   
         UINT    leng;          UINT    leng;
         BYTE    zero[16];          UINT8   zero[16];
   
         if (sffh == NULL) {          if (sffh == NULL) {
                 goto sfcs_err1;                  goto sfcs_err1;

Removed from v.1.2  
changed lines
  Added in v.1.3


RetroPC.NET-CVS <cvs@retropc.net>