Module: Mesa Branch: gallium-resources Commit: a9a1b52f959f325affe89a093b05e9b0f100018c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a9a1b52f959f325affe89a093b05e9b0f100018c
Author: Brian Paul <[email protected]> Date: Tue Mar 16 16:45:36 2010 -0600 cell: add missing semicolon --- 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 4d87f9a..f7e2284 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. _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
