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:
authorChris Burt <desoto@exenex.com>2005-07-30 05:44:15 +0400
committerChris Burt <desoto@exenex.com>2005-07-30 05:44:15 +0400
commita2eefbd7c706122f9bd1194394b881349384ff95 (patch)
tree60d64845c78e0c2529bd71f753e2d664a10566fd /source/blender/src/transform_constraints.c
parent7de4b17263dbac431ccfb6fb575845c5863c0d7f (diff)
Fixed some warning shenanigans
Diffstat (limited to 'source/blender/src/transform_constraints.c')
-rwxr-xr-xsource/blender/src/transform_constraints.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/transform_constraints.c b/source/blender/src/transform_constraints.c
index fe7b956513c..86e10793f06 100755
--- a/source/blender/src/transform_constraints.c
+++ b/source/blender/src/transform_constraints.c
@@ -968,4 +968,4 @@ int getConstraintSpaceDimension(TransInfo *t)
Based on the assumptions that the axis flags are one after the other and start at 1
*/
-} \ No newline at end of file
+}