From: Brian Paul Date: Tue, 16 Mar 2010 22:45:36 +0000 (-0600) Subject: cell: add missing semicolon X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a9a1b52f959f325affe89a093b05e9b0f100018c;p=mesa.git cell: add missing semicolon --- 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.