Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2004-02-23 22:14:38 +0300
committerKent Mein <mein@cs.umn.edu>2004-02-23 22:14:38 +0300
commit6379637089f7534c10e9d8f1b43a487575b9a6e8 (patch)
tree7113c1a01651302c125594e4ef58993ca3d25bb9 /source/blender/src/booleanops_mesh.c
parenta0e9208c3542609817ee6571377bfaadf26ad413 (diff)
sorry more ;'s this should be the last of them though.
Kent
Diffstat (limited to 'source/blender/src/booleanops_mesh.c')
-rw-r--r--source/blender/src/booleanops_mesh.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/source/blender/src/booleanops_mesh.c b/source/blender/src/booleanops_mesh.c
index 843478d06ac..152c1391d71 100644
--- a/source/blender/src/booleanops_mesh.c
+++ b/source/blender/src/booleanops_mesh.c
@@ -75,7 +75,7 @@ CSG_DestroyBlenderMeshInternals(
) {
// Free face and vertex iterators.
FreeMeshDescriptors(&(mesh->m_face_iterator),&(mesh->m_vertex_iterator));
-};
+}
static
@@ -261,7 +261,7 @@ CSG_PerformOp(
output->m_destroy_func = CSG_DestroyCSGMeshInternals;
return 1;
-};
+}
int
NewBooleanMeshTest(
@@ -303,4 +303,5 @@ NewBooleanMeshTest(
CSG_DestroyMeshDescriptor(&output3);
return 1;
-};
+}
+