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:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-09-26 18:17:21 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-09-26 18:17:21 +0400
commite6edc1b09d1375212cb6ff475a313535894efc16 (patch)
tree4535caa9055c7484be71ea1010736e955227dacf /source/blender/bmesh/tools/bmesh_region_match.c
parent2f4e70702c5bd42845f6f7353cf6c8c0acc0bea0 (diff)
Fix ocmpilation error with strict flags after the recent commit
Diffstat (limited to 'source/blender/bmesh/tools/bmesh_region_match.c')
-rw-r--r--source/blender/bmesh/tools/bmesh_region_match.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/bmesh/tools/bmesh_region_match.c b/source/blender/bmesh/tools/bmesh_region_match.c
index 26c3271f663..bff1d3850b4 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);