From 6100c2d262c58c611ccc75a20cca23bf9f245767 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 9 May 2016 01:16:58 +1000 Subject: Cleanup: warnings --- source/blender/editors/physics/particle_edit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/physics/particle_edit.c') diff --git a/source/blender/editors/physics/particle_edit.c b/source/blender/editors/physics/particle_edit.c index b8ff2721717..2ae1254f9e6 100644 --- a/source/blender/editors/physics/particle_edit.c +++ b/source/blender/editors/physics/particle_edit.c @@ -4817,7 +4817,7 @@ static float calculate_point_length(PTCacheEditPoint *point) KEY_K; LOOP_KEYS { if (k > 0) { - length += len_v3v3((key - 1)->co, key->co);; + length += len_v3v3((key - 1)->co, key->co); } } return length; -- cgit v1.2.3