From 79c49e1ae43d819415899a6be3cd7c5ba9f6f047 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 27 Oct 2009 07:12:05 +0000 Subject: Add missing argument to printf. --- testsuites/sptests/sp37/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites') diff --git a/testsuites/sptests/sp37/init.c b/testsuites/sptests/sp37/init.c index a3ddd66c2b..9ca5b3f06e 100644 --- a/testsuites/sptests/sp37/init.c +++ b/testsuites/sptests/sp37/init.c @@ -110,7 +110,7 @@ void check_isr_worked( printf( "isr_in_progress(%s) from ISR -- OK\n", s ); break; case 2: - printf( "isr_in_progress(%s) from ISR -- returned bad value\n"); + printf( "isr_in_progress(%s) from ISR -- returned bad value\n", s); rtems_test_exit(0); break; } -- cgit v1.2.3