diff options
author | Dave Airlie <airlied@nx6125b.(none)> | 2007-07-01 17:15:50 +1000 |
---|---|---|
committer | Dave Airlie <airlied@nx6125b.(none)> | 2007-07-01 17:15:50 +1000 |
commit | 885c1326c3ae10b7196d2f7e95f1b6400fe29e12 (patch) | |
tree | e0ba7e03de9d3bdc05e93aa259ecc35851ae5e96 /src/mesa | |
parent | 5eb2015a966e52dc0dabfe2c2e923bb5b354ffce (diff) |
r300: fix tabbing
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_ioctl.c b/src/mesa/drivers/dri/r300/r300_ioctl.c index 1001c4ec07..90f5027c9a 100644 --- a/src/mesa/drivers/dri/r300/r300_ioctl.c +++ b/src/mesa/drivers/dri/r300/r300_ioctl.c @@ -414,7 +414,7 @@ void r300Flush(GLcontext * ctx) fprintf(stderr, "%s\n", __FUNCTION__); if (rmesa->dma.flush) - rmesa->dma.flush( rmesa ); + rmesa->dma.flush( rmesa ); if (rmesa->cmdbuf.count_used > rmesa->cmdbuf.count_reemit) r300FlushCmdBuf(rmesa, __FUNCTION__); |