diff options
author | Brian Paul <[email protected]> | 2010-03-16 16:45:36 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-03-16 16:47:02 -0600 |
commit | a9a1b52f959f325affe89a093b05e9b0f100018c (patch) | |
tree | e6688effbbcfecb44a4fbe919e9f0fe3e249c2a7 /src/gallium/drivers/cell | |
parent | e548babb1fc9230054674deb5e332f55319e5b91 (diff) |
cell: add missing semicolon
Diffstat (limited to 'src/gallium/drivers/cell')
-rw-r--r-- | src/gallium/drivers/cell/ppu/cell_context.h | 2 |
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 4d87f9a038a..f7e2284445d 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. |