psxtests/psx07: Fix printf() statement

Close #2240.
This commit is contained in:
Sebastian Huber
2015-01-23 12:49:44 +01:00
parent b033e85324
commit ffb1a45e9c

View File

@@ -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
}