changeset 1113:572277fcec0d

Fix waring of gcc for an typo on type name of variable
author Thinker K.F. Li <thinker@codemud.net>
date Wed, 08 Dec 2010 19:47:25 +0800
parents 1993e5ae60aa
children 7451af5d63ec
files src/animate.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);