projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a0b462
)
llvmpipe: Delete extraneous arugment too.
author
José Fonseca
<jfonseca@vmware.com>
Mon, 24 May 2010 13:24:06 +0000
(14:24 +0100)
committer
José Fonseca
<jfonseca@vmware.com>
Mon, 24 May 2010 13:24:06 +0000
(14:24 +0100)
src/gallium/drivers/llvmpipe/lp_test_sincos.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_test_sincos.c
b/src/gallium/drivers/llvmpipe/lp_test_sincos.c
index f95577d5968c6d966acc9232e13adc1655cc6bc7..386f852be0facdb39452e6c2fc26de2d6d62ecb2 100644
(file)
--- 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;
}