From 857dedbc584fcf0af0afa13f008377fd9a83dad1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 27 May 2012 00:36:50 +0000 Subject: style cleanup --- intern/cycles/app/cycles_xml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/cycles/app') diff --git a/intern/cycles/app/cycles_xml.cpp b/intern/cycles/app/cycles_xml.cpp index db3592f1227..cfa4095104b 100644 --- a/intern/cycles/app/cycles_xml.cpp +++ b/intern/cycles/app/cycles_xml.cpp @@ -673,7 +673,7 @@ static void xml_read_mesh(const XMLReadState& state, pugi::xml_node node) for(int j = 0; j < nverts[i]-2; j++) { int v0 = verts[index_offset]; int v1 = verts[index_offset + j + 1]; - int v2 = verts[index_offset + j + 2];; + int v2 = verts[index_offset + j + 2]; sdmesh.add_face(v0, v1, v2); } -- cgit v1.2.3