summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200/r200_cmdbuf.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-02-17 14:12:50 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-02-17 14:12:50 +0000
commit0846e52d46b36c411f79908df010072e03bb6437 (patch)
tree4f2dcde8187571eb881239368e4bba3662cb1a77 /src/mesa/drivers/dri/r200/r200_cmdbuf.c
parent6e2fd966274af5818ce2ac16b2b35ea84f1ac034 (diff)
s/0/NULL/ (Jeff Muizelaar)
Diffstat (limited to 'src/mesa/drivers/dri/r200/r200_cmdbuf.c')
-rw-r--r--src/mesa/drivers/dri/r200/r200_cmdbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_cmdbuf.c b/src/mesa/drivers/dri/r200/r200_cmdbuf.c
index 9226ca917e..67eb117554 100644
--- a/src/mesa/drivers/dri/r200/r200_cmdbuf.c
+++ b/src/mesa/drivers/dri/r200/r200_cmdbuf.c
@@ -231,7 +231,7 @@ void r200FlushElts( r200ContextPtr rmesa )
fprintf(stderr, "%s\n", __FUNCTION__);
assert( rmesa->dma.flush == r200FlushElts );
- rmesa->dma.flush = 0;
+ rmesa->dma.flush = NULL;
/* Cope with odd number of elts:
*/