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:
Diffstat (limited to 'source/blender/blenkernel/intern/curve.c')
-rw-r--r--source/blender/blenkernel/intern/curve.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/intern/curve.c b/source/blender/blenkernel/intern/curve.c
index 160f5703a01..8a6e8faf29a 100644
--- a/source/blender/blenkernel/intern/curve.c
+++ b/source/blender/blenkernel/intern/curve.c
@@ -67,8 +67,8 @@
/* local */
static int cu_isectLL(float *v1, float *v2, float *v3, float *v4,
- short cox, short coy,
- float *labda, float *mu, float *vec);
+ short cox, short coy,
+ float *labda, float *mu, float *vec);
void unlink_curve(Curve *cu)
{