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>2006-01-06 02:10:54 +0300
committerKent Mein <mein@cs.umn.edu>2006-01-06 02:10:54 +0300
commit39fcd3586f905f36f2668850a4be5e77c5d70018 (patch)
tree1698797b0404603b680e1d74f98c91347f7c7109 /source/blender/src/editconstraint.c
parent2901da3c29087f5db3fadcbc6a2b3e05d8cdf0fb (diff)
Lots of stupid warning fixes:
Added newlines at end of a bunch of files that didn't have them. removed a couple of unused variables and an extra ';' (Also removed config.h crap from these files) 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 1705ad14acc..229c70c89ec 100644
--- a/source/blender/src/editconstraint.c
+++ b/source/blender/src/editconstraint.c
@@ -778,4 +778,5 @@ void ob_clear_constraints(void)
BIF_undo_push("Clear Constraint(s)");
-} \ No newline at end of file
+}
+