Revision: 26275
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=26275
Author: broken
Date: 2010-01-26 04:24:15 +0100 (Tue, 26 Jan 2010)
Log Message:
-----------
Warning fix (silly)
Modified Paths:
--------------
trunk/blender/source/blender/editors/animation/keyframing.c
Modified: trunk/blender/source/blender/editors/animation/keyframing.c
===================================================================
--- trunk/blender/source/blender/editors/animation/keyframing.c 2010-01-26
03:23:15 UTC (rev 26274)
+++ trunk/blender/source/blender/editors/animation/keyframing.c 2010-01-26
03:24:15 UTC (rev 26275)
@@ -920,7 +920,7 @@
/* sanity checks */
if ELEM(NULL, id, adt) {
printf("ERROR: no ID-block and/or AnimData to delete keyframe
from \n");
- return;
+ return 0;
}
/* get F-Curve
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs