[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [48717] trunk/blender/source/blender/ modifiers/intern/MOD_boolean_util.c: Fixing a typo!

Bastien Montagne montagne29 at wanadoo.fr
Sun Jul 8 01:38:40 CEST 2012


Revision: 48717
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=48717
Author:   mont29
Date:     2012-07-07 23:38:40 +0000 (Sat, 07 Jul 2012)
Log Message:
-----------
Fixing a typo!

Modified Paths:
--------------
    trunk/blender/source/blender/modifiers/intern/MOD_boolean_util.c

Modified: trunk/blender/source/blender/modifiers/intern/MOD_boolean_util.c
===================================================================
--- trunk/blender/source/blender/modifiers/intern/MOD_boolean_util.c	2012-07-07 23:32:44 UTC (rev 48716)
+++ trunk/blender/source/blender/modifiers/intern/MOD_boolean_util.c	2012-07-07 23:38:40 UTC (rev 48717)
@@ -297,7 +297,7 @@
 	/* Initialize the mesh data associated with this object. */
 	ob_new->data = BKE_mesh_add("Mesh");
 
-	/* Finally assign the object type */.
+	/* Finally assign the object type. */
 	ob_new->type = OB_MESH;
 
 	return ob_new;




More information about the Bf-blender-cvs mailing list