cell: add missing semicolon

This commit is contained in:
Brian Paul 2010-03-16 16:45:36 -06:00
parent e548babb1f
commit a9a1b52f95

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.