From 740c8ea6d371732f3530accde44836930e03cc80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Mon, 24 May 2010 14:24:06 +0100 Subject: [PATCH] llvmpipe: Delete extraneous arugment too. --- src/gallium/drivers/llvmpipe/lp_test_sincos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }