Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2004-09-03 18:31:06 +0400
committerKent Mein <mein@cs.umn.edu>2004-09-03 18:31:06 +0400
commitf284ba64b0c22fa1d2f4abe5348081ce82288b0b (patch)
treee60dca2a263be99f3ce52bdf23031e1e7b578459 /source/blender/src/editconstraint.c
parentaa317a82816b130647df7278c4bb99e65930275a (diff)
Ipo.c
Removed a block of a bunch of unused vars... Added a return NULL to the end of a funtion that is suppose to return something and could fall through. editconstraint.c Added a newline to the end of the file to get rid of a stupid warning. Kent
Diffstat (limited to 'source/blender/src/editconstraint.c')
-rw-r--r--source/blender/src/editconstraint.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/src/editconstraint.c b/source/blender/src/editconstraint.c
index ff7f34be906..c06a11a6b7d 100644
--- a/source/blender/src/editconstraint.c
+++ b/source/blender/src/editconstraint.c
@@ -841,4 +841,5 @@ char *get_con_subtarget_name(bConstraint *constraint, Object *target)
}
return NULL;
-} \ No newline at end of file
+}
+