Fix compilation problem (I'm guessing this is the intention in this line)

This commit is contained in:
Matt Ebb
2010-01-26 03:23:15 +00:00
parent 14d4feca57
commit 991d8a8fe3

View File

@@ -920,7 +920,7 @@ short delete_keyframe (ID *id, bAction *act, const char group[], const char rna_
/* sanity checks */
if ELEM(NULL, id, adt) {
printf("ERROR: no ID-block and/or AnimData to delete keyframe from \n");
break;
return 0;
}
/* get F-Curve