From 2b48505a96ebe2dfa75a431d7c68987d841869e3 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 27 Oct 2009 07:30:34 +0000 Subject: Remove extraneous argument to print. --- testsuites/sptests/sp27/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites') diff --git a/testsuites/sptests/sp27/init.c b/testsuites/sptests/sp27/init.c index e1336fd61e..bef8b3f29a 100644 --- a/testsuites/sptests/sp27/init.c +++ b/testsuites/sptests/sp27/init.c @@ -103,7 +103,7 @@ void doTest(void) directive_failed( sc, "semaphore flush" ); } - printf("Flushed all waiting tasks\n", NTASK ); + printf("Flushed all waiting tasks\n" ); } rtems_task Init( -- cgit v1.2.3