# HG changeset patch # User Thinker K.F. Li # Date 1291808845 -28800 # Node ID 572277fcec0ded14d4f69f59173d7ae925e28ba7 # Parent 1993e5ae60aadfbf10151ed65bafb2839e24aea2 Fix waring of gcc for an typo on type name of variable diff -r 1993e5ae60aa -r 572277fcec0d src/animate.c --- a/src/animate.c Wed Dec 08 19:17:03 2010 +0800 +++ b/src/animate.c Wed Dec 08 19:47:25 2010 +0800 @@ -246,7 +246,7 @@ #endif /* UNITTEST */ mb_timeval_t next_tmo; mb_word_t *word; - mb_timer_t *timer; + int timer; int i; MB_TIMEVAL_SET(&next_tmo, 0, STEP_INTERVAL);