Difference for common/anim.c from version 1.16 to 1.17


version 1.16 version 1.17
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_anim_c =   * static char *rcsid_anim_c =
  *   "$Id: anim.c,v 1.16 2003/09/13 05:01:26 mwedel Exp $";   *   "$Id: anim.c,v 1.17 2005/08/12 13:46:34 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 132
 
Line 132
     search.name = name;      search.name = name;
   
     match = (Animations*)bsearch(&search, animations, (num_animations+1),       match = (Animations*)bsearch(&search, animations, (num_animations+1),
  sizeof(Animations), (int (*)())anim_compare);   sizeof(Animations), (int (*)(const void*, const void*))anim_compare);
   
   
     if (match) return match->num;      if (match) return match->num;


Legend:
line(s) removed in v.1.16 
line(s) changed
 line(s) added in v.1.17

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