From 6747dec926ded010641cef37bd4384fff15dc961 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 7 Jan 2013 03:24:22 +0000 Subject: style cleanup --- source/blender/blenlib/BLI_scanfill.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/BLI_scanfill.h') diff --git a/source/blender/blenlib/BLI_scanfill.h b/source/blender/blenlib/BLI_scanfill.h index 5204e0dd718..7830c0675b4 100644 --- a/source/blender/blenlib/BLI_scanfill.h +++ b/source/blender/blenlib/BLI_scanfill.h @@ -103,7 +103,7 @@ enum { BLI_SCANFILL_CALC_REMOVE_DOUBLES = (1 << 1), /* note: This flag removes checks for overlapping polygons. - * when this flag is set, we'll never get back more faces then (totvert - 2)*/ + * when this flag is set, we'll never get back more faces then (totvert - 2) */ BLI_SCANFILL_CALC_HOLES = (1 << 2) }; -- cgit v1.2.3