Mesa (gallium-resources): cell: add missing semicolon

Keith Whitwell keithw at kemper.freedesktop.org
Wed Mar 17 08:46:59 UTC 2010


Module: Mesa
Branch: gallium-resources
Commit: a9a1b52f959f325affe89a093b05e9b0f100018c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a9a1b52f959f325affe89a093b05e9b0f100018c

Author: Brian Paul <brianp at vmware.com>
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.




More information about the mesa-commit mailing list