From ffb1a45e9ccf5d0e468d6d8e2493959d12a3d295 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 23 Jan 2015 12:49:44 +0100 Subject: [PATCH] psxtests/psx07: Fix printf() statement Close #2240. --- testsuites/psxtests/psx07/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuites/psxtests/psx07/init.c b/testsuites/psxtests/psx07/init.c index cece668383..f2d4b99cd3 100644 --- a/testsuites/psxtests/psx07/init.c +++ b/testsuites/psxtests/psx07/init.c @@ -43,7 +43,7 @@ void print_schedparam( schedparam->sched_ss_init_budget.tv_sec, schedparam->sched_ss_init_budget.tv_nsec ); #else - printf( "%s_POSIX_SPORADIC_SERVER is not defined\n" ); + printf( "_POSIX_SPORADIC_SERVER is not defined\n" ); #endif }