[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [26275] trunk/blender/source/blender/ editors/animation/keyframing.c: Warning fix (silly)

Matt Ebb matt at mke3.net
Tue Jan 26 04:24:15 CET 2010


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





More information about the Bf-blender-cvs mailing list