Difference for common/button.c from version 1.19 to 1.20


version 1.19 version 1.20
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_button_c =   * static char *rcsid_button_c =
  *   "$Id: button.c,v 1.19 2002/09/18 06:17:19 mwedel Exp $";   *   "$Id: button.c,v 1.20 2003/01/17 04:38:35 garbled Exp $";
  */   */
   
 /*  /*
Line 138
 
Line 138
      case CREATOR:       case CREATOR:
  (*move_creator_func)(tmp);   (*move_creator_func)(tmp);
  break;   break;
   
        case DUPLICATOR:
    (*move_duplicator_func)(tmp);
    break;
  }   }
     }      }
 }  }


Legend:
line(s) removed in v.1.19 
line(s) changed
 line(s) added in v.1.20

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:05