r300g: Silence 'mixed declarations and code' warning.
authorVinson Lee <vlee@vmware.com>
Mon, 4 Jan 2010 02:05:12 +0000 (18:05 -0800)
committerVinson Lee <vlee@vmware.com>
Mon, 4 Jan 2010 02:05:12 +0000 (18:05 -0800)
src/gallium/drivers/r300/r300_cs.h

index 86ba91db52e46ffa4085cc188693fe854d7eed83..5342488d0d4a2f53624361c8b5f508a8d9371fce 100644 (file)
@@ -51,7 +51,7 @@
 #define CS_LOCALS(context) \
     struct r300_context* const cs_context_copy = (context); \
     struct r300_winsys* cs_winsys = cs_context_copy->winsys; \
-    int cs_count = 0;
+    int cs_count = 0
 
 #define CHECK_CS(size) \
     cs_winsys->check_cs(cs_winsys, (size))