[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [39113] branches/soc-2011-onion/source/ blender/editors/sculpt_paint/paint_uv.c: missing semicolon

Jason Wilkins Jason.A.Wilkins at gmail.com
Sun Aug 7 04:05:59 CEST 2011


Revision: 39113
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=39113
Author:   jwilkins
Date:     2011-08-07 02:05:56 +0000 (Sun, 07 Aug 2011)
Log Message:
-----------
missing semicolon

Modified Paths:
--------------
    branches/soc-2011-onion/source/blender/editors/sculpt_paint/paint_uv.c

Modified: branches/soc-2011-onion/source/blender/editors/sculpt_paint/paint_uv.c
===================================================================
--- branches/soc-2011-onion/source/blender/editors/sculpt_paint/paint_uv.c	2011-08-07 01:35:35 UTC (rev 39112)
+++ branches/soc-2011-onion/source/blender/editors/sculpt_paint/paint_uv.c	2011-08-07 02:05:56 UTC (rev 39113)
@@ -95,7 +95,7 @@
 	wmTimer *timer;
 
 	/* uvsmooth Paint for fast reference */
-	Paint *uvpaint
+	Paint *uvpaint;
 }SmoothBrushData;
 
 




More information about the Bf-blender-cvs mailing list