This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
cell: add missing semicolon
tags/mesa-7.9-rc1
Brian Paul
15 years ago
parent
e548babb1f
commit
a9a1b52f95
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
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.
Write
Preview
Loading…
Cancel
Save