From b7fa08f88a260bbd9008c11875cb14052d6c7eb1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 22 Feb 2014 11:14:15 +1100 Subject: Code cleanup: style --- source/blender/modifiers/intern/MOD_boolean_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/modifiers/intern/MOD_boolean_util.c') diff --git a/source/blender/modifiers/intern/MOD_boolean_util.c b/source/blender/modifiers/intern/MOD_boolean_util.c index d68bf508e31..50ea8f18d3a 100644 --- a/source/blender/modifiers/intern/MOD_boolean_util.c +++ b/source/blender/modifiers/intern/MOD_boolean_util.c @@ -457,7 +457,7 @@ static void setMPolyMaterial(ExportMeshData *export_data, * otherwise fallback to first material (material with index=0). */ if (!BLI_ghash_haskey(material_hash, orig_mat)) { - int a, mat_nr;; + int a, mat_nr; mat_nr = 0; for (a = 0; a < export_data->ob_left->totcol; a++) { -- cgit v1.2.3