Browse Source

cell: add missing semicolon

tags/mesa-7.9-rc1
Brian Paul 15 years ago
parent
commit
a9a1b52f95
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/gallium/drivers/cell/ppu/cell_context.h

+ 1
- 1
src/gallium/drivers/cell/ppu/cell_context.h View File

@@ -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.

Loading…
Cancel
Save