[Bf-blender-cvs] [e6edc1b] master: Fix ocmpilation error with strict flags after the recent commit

Sergey Sharybin noreply at git.blender.org
Fri Sep 26 16:17:42 CEST 2014


Commit: e6edc1b09d1375212cb6ff475a313535894efc16
Author: Sergey Sharybin
Date:   Fri Sep 26 20:17:21 2014 +0600
Branches: master
https://developer.blender.org/rBe6edc1b09d1375212cb6ff475a313535894efc16

Fix ocmpilation error with strict flags after the recent commit

===================================================================

M	source/blender/bmesh/tools/bmesh_region_match.c

===================================================================

diff --git a/source/blender/bmesh/tools/bmesh_region_match.c b/source/blender/bmesh/tools/bmesh_region_match.c
index 26c3271..bff1d38 100644
--- a/source/blender/bmesh/tools/bmesh_region_match.c
+++ b/source/blender/bmesh/tools/bmesh_region_match.c
@@ -642,7 +642,7 @@ static int facestep_sort(const void *a, const const void *b)
 static bool bm_uuidwalk_facestep_begin(
         UUIDWalk *uuidwalk, UUIDFaceStep *fstep)
 {
-	LinkNode *f_link, *f_link_next, **f_link_prev_p;;
+	LinkNode *f_link, *f_link_next, **f_link_prev_p;
 	bool ok = false;
 
 	BLI_assert(BLI_ghash_size(uuidwalk->cache.faces_from_uuid) == 0);




More information about the Bf-blender-cvs mailing list