summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/cell
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-03-16 16:45:36 -0600
committerBrian Paul <brianp@vmware.com>2010-03-16 16:47:02 -0600
commita9a1b52f959f325affe89a093b05e9b0f100018c (patch)
treee6688effbbcfecb44a4fbe919e9f0fe3e249c2a7 /src/gallium/drivers/cell
parente548babb1fc9230054674deb5e332f55319e5b91 (diff)
cell: add missing semicolon
Diffstat (limited to 'src/gallium/drivers/cell')
-rw-r--r--src/gallium/drivers/cell/ppu/cell_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_context.h b/src/gallium/drivers/cell/ppu/cell_context.h
index 4d87f9a038..f7e2284445 100644
--- a/src/gallium/drivers/cell/ppu/cell_context.h
+++ b/src/gallium/drivers/cell/ppu/cell_context.h
@@ -97,7 +97,7 @@ struct cell_velems_state
{
unsigned count;
struct pipe_vertex_element velem[PIPE_MAX_ATTRIBS];
-}
+};
/**
* Per-context state, subclass of pipe_context.