python: Fix typo.

This commit is contained in:
Michal Krol 2010-02-25 14:21:50 +01:00 committed by José Fonseca
parent fec2a67e40
commit aec4d225b2
2 changed files with 1 additions and 1 deletions

View file

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