llvmpipe: Initialize state variable in debug_bin function.

This commit is contained in:
Vinson Lee 2010-10-19 10:02:28 -07:00
parent a143b6d5d8
commit 22725eb3e8
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ is_blend( const struct lp_rast_state *state,
static void
debug_bin( const struct cmd_bin *bin )
{
const struct lp_rast_state *state;
const struct lp_rast_state *state = NULL;
const struct cmd_block *head = bin->head;
int i, j = 0;