summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_test_sincos.c
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-05-24 14:24:06 +0100
committerJosé Fonseca <jfonseca@vmware.com>2010-05-24 14:24:06 +0100
commit740c8ea6d371732f3530accde44836930e03cc80 (patch)
tree2ae6f7653d77181a69ce6d5d3368ee50cb8bb74e /src/gallium/drivers/llvmpipe/lp_test_sincos.c
parent5a0b4627fc1af2e72b3f821c09bfb58b64d657b6 (diff)
llvmpipe: Delete extraneous arugment too.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_test_sincos.c')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_test_sincos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_test_sincos.c b/src/gallium/drivers/llvmpipe/lp_test_sincos.c
index f95577d596..386f852be0 100644
--- a/src/gallium/drivers/llvmpipe/lp_test_sincos.c
+++ b/src/gallium/drivers/llvmpipe/lp_test_sincos.c
@@ -187,7 +187,7 @@ test_all(unsigned verbose, FILE *fp)
{
bool success = TRUE;
- test_sincos(verbose, fp, NULL);
+ test_sincos(verbose, fp);
return success;
}