[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [15068] branches/apricot/source/blender/ gpu/intern/gpu_extensions.c: Remove extra semi-colon ( MSVC was shocking on that, probably thinking it was a null instruction mixed with variables or some other silly reasons ).

Martin Poirier theeth at yahoo.com
Sat May 31 13:11:51 CEST 2008


Revision: 15068
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=15068
Author:   theeth
Date:     2008-05-31 13:11:51 +0200 (Sat, 31 May 2008)

Log Message:
-----------
Remove extra semi-colon (MSVC was shocking on that, probably thinking it was a null instruction mixed with variables or some other silly reasons).

Modified Paths:
--------------
    branches/apricot/source/blender/gpu/intern/gpu_extensions.c

Modified: branches/apricot/source/blender/gpu/intern/gpu_extensions.c
===================================================================
--- branches/apricot/source/blender/gpu/intern/gpu_extensions.c	2008-05-31 01:25:24 UTC (rev 15067)
+++ branches/apricot/source/blender/gpu/intern/gpu_extensions.c	2008-05-31 11:11:51 UTC (rev 15068)
@@ -989,7 +989,7 @@
 	GLuint bindcode[2];
 	GLuint current;
 	int datasize;
-	int numbuffers;;
+	int numbuffers;
 	int halffloat;
 } GPUPixelBuffer;
 





More information about the Bf-blender-cvs mailing list