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;
 
 

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to