Silence a compiler warning.

This commit is contained in:
Nathan Letwory
2010-09-20 13:19:37 +00:00
parent 05296e3065
commit f61f7dbb55

View File

@@ -306,7 +306,7 @@ static void animrecord_check_state (Scene *scene, ID *id, wmTimer *animtimer)
static int fcu_test_selected(FCurve *fcu)
{
BezTriple *bezt= fcu->bezt;
int i;
unsigned int i;
if (bezt==NULL) /* ignore baked */
return 0;