Difference for common/anim.c from version 1.20 to 1.21


version 1.20 version 1.21
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_anim_c =   * static char *rcsid_anim_c =
  *   "$Id: anim.c,v 1.20 2005/12/05 23:34:03 akirschbaum Exp $";   *   "$Id: anim.c,v 1.21 2006/02/09 00:48:36 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 117
 
Line 117
     LOG(llevDebug,"done. got (%d)\n", num_animations);      LOG(llevDebug,"done. got (%d)\n", num_animations);
 }  }
   
 static int anim_compare(Animations *a, Animations *b) {  static int anim_compare(const Animations *a, const Animations *b) {
     return strcmp(a->name, b->name);      return strcmp(a->name, b->name);
 }  }
   


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

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