mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-19 08:50:25 +01:00
python: Fix typo.
This commit is contained in:
parent
fec2a67e40
commit
aec4d225b2
2 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@
|
|||
pipe_blend_state(const char *STRING, unsigned LENGTH)
|
||||
{
|
||||
struct pipe_blend_state *state;
|
||||
state = CALLOC_STRUCT(pipe_framebuffer_state);
|
||||
state = CALLOC_STRUCT(pipe_blend_state);
|
||||
if (state) {
|
||||
LENGTH = MIN2(sizeof *state, LENGTH);
|
||||
memcpy(state, STRING, LENGTH);
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 8.5 KiB |
Loading…
Add table
Reference in a new issue