diff options
-rw-r--r-- | test/basic-copyarea.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/basic-copyarea.c b/test/basic-copyarea.c index a3a4ae7e..025b8848 100644 --- a/test/basic-copyarea.c +++ b/test/basic-copyarea.c @@ -265,7 +265,7 @@ static void rect_tests(struct test *t, int reps, int sets, enum target target, i real.draw, real.format, ref.draw, ref.format, 0, 0, real.width, real.height, - "" + ""); } printf("passed [%d iterations x %d]\n", reps, sets); |