vega: Remove extraneous ;

This commit is contained in:
José Fonseca
2010-12-01 12:31:21 +00:00
parent 792caebced
commit 6f7c8c3cbf

View File

@@ -83,7 +83,7 @@ struct renderer {
struct pipe_framebuffer_state fb;
} g3d;
struct pipe_resource *vs_cbuf;;
struct pipe_resource *vs_cbuf;
VGfloat vs_cbuf_data[8];
struct pipe_resource *fs_cbuf;