From 15eb3452ecd96e4d79d438e8c954918639dc283d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 20 Apr 2012 18:50:18 +0000 Subject: style cleanup: pep8, also quiet compiler warning. --- source/blender/editors/mesh/editmesh_rip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/mesh/editmesh_rip.c') diff --git a/source/blender/editors/mesh/editmesh_rip.c b/source/blender/editors/mesh/editmesh_rip.c index 1e0f0b2579b..37b12803962 100644 --- a/source/blender/editors/mesh/editmesh_rip.c +++ b/source/blender/editors/mesh/editmesh_rip.c @@ -228,10 +228,10 @@ static EdgeLoopPair *edbm_ripsel_looptag_helper(BMesh *bm) break; } - e_first = e; - /* initialize */ + e_first = e; v_step = e_first->v1; + e_step = NULL; /* quiet warning, will never remain this value */ uid_start = uid; while ((e = edbm_ripsel_edge_mark_step(v_step, uid))) { -- cgit v1.2.3