diff options
author | José Fonseca <[email protected]> | 2010-05-24 14:24:06 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-05-24 14:24:06 +0100 |
commit | 740c8ea6d371732f3530accde44836930e03cc80 (patch) | |
tree | 2ae6f7653d77181a69ce6d5d3368ee50cb8bb74e | |
parent | 5a0b4627fc1af2e72b3f821c09bfb58b64d657b6 (diff) |
llvmpipe: Delete extraneous arugment too.
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_test_sincos.c | 2 |
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 f95577d5968..386f852be0f 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; } |