i965g: fix compiler warning

This commit is contained in:
Keith Whitwell 2009-11-05 08:00:33 +00:00
parent 47cbbb7253
commit 2475e5db67

View file

@ -343,7 +343,7 @@ const struct brw_tracked_state brw_polygon_stipple = {
static int upload_line_stipple(struct brw_context *brw)
{
struct brw_line_stipple *bls = &brw->curr.rast->bls;
const struct brw_line_stipple *bls = &brw->curr.rast->bls;
BRW_CACHED_BATCH_STRUCT(brw, bls);
return 0;
}