From 2a96e8be39876dc42201dd640bbf57c8396bd542 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 20 Apr 2020 12:08:29 +1000 Subject: Cleanup: redundant parenthesis, NULL checks --- source/blender/modifiers/intern/MOD_surfacedeform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/modifiers') diff --git a/source/blender/modifiers/intern/MOD_surfacedeform.c b/source/blender/modifiers/intern/MOD_surfacedeform.c index 4ef1f32462a..b6b936dca6b 100644 --- a/source/blender/modifiers/intern/MOD_surfacedeform.c +++ b/source/blender/modifiers/intern/MOD_surfacedeform.c @@ -112,7 +112,7 @@ typedef struct SDefDeformData { const SDefVert *const bind_verts; float (*const targetCos)[3]; float (*const vertexCos)[3]; - float(*const weights); + float *const weights; float const strength; } SDefDeformData; -- cgit v1.2.3