From bbc5c1e36fc93e33fce4156f5064dfebe1129a57 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 20 Apr 2019 11:28:21 +0200 Subject: Cleanup: quiet extra-semicolon warning --- source/blender/editors/sculpt_paint/paint_image_proj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors') diff --git a/source/blender/editors/sculpt_paint/paint_image_proj.c b/source/blender/editors/sculpt_paint/paint_image_proj.c index 7f8887814a1..50340210932 100644 --- a/source/blender/editors/sculpt_paint/paint_image_proj.c +++ b/source/blender/editors/sculpt_paint/paint_image_proj.c @@ -395,7 +395,7 @@ typedef struct ProjPaintState { * helps as an extra validation step for seam detection. */ char *faceWindingFlags; /** expanded UVs for faces to use as seams. */ - LoopSeamData(*loopSeamData); + LoopSeamData *loopSeamData; /** Only needed for when seam_bleed_px is enabled, use to find UV seams. */ LinkNode **vertFaces; /** Seams per vert, to find adjacent seams. */ -- cgit v1.2.3