[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [18947] branches/blender2.5/blender/source /blender/editors/uvedit/uvedit_unwrap_ops.c: Compilation fix: added missing ;

Joshua Leung aligorith at gmail.com
Thu Feb 12 23:24:51 CET 2009


Revision: 18947
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=18947
Author:   aligorith
Date:     2009-02-12 23:24:51 +0100 (Thu, 12 Feb 2009)

Log Message:
-----------
Compilation fix: added missing ;

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/editors/uvedit/uvedit_unwrap_ops.c

Modified: branches/blender2.5/blender/source/blender/editors/uvedit/uvedit_unwrap_ops.c
===================================================================
--- branches/blender2.5/blender/source/blender/editors/uvedit/uvedit_unwrap_ops.c	2009-02-12 22:12:21 UTC (rev 18946)
+++ branches/blender2.5/blender/source/blender/editors/uvedit/uvedit_unwrap_ops.c	2009-02-12 22:24:51 UTC (rev 18947)
@@ -933,7 +933,7 @@
 
 static int from_view_poll(bContext *C)
 {
-	RegionView3D *rv3d= CTX_wm_region_view3d(C)
+	RegionView3D *rv3d= CTX_wm_region_view3d(C);
 
 	if(!ED_operator_uvmap(C))
 		return 0;





More information about the Bf-blender-cvs mailing list