summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp39/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sp39/init.c')
-rw-r--r--testsuites/sptests/sp39/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/sptests/sp39/init.c b/testsuites/sptests/sp39/init.c
index 8d4abb1ffd..6d01a8ae84 100644
--- a/testsuites/sptests/sp39/init.c
+++ b/testsuites/sptests/sp39/init.c
@@ -132,7 +132,7 @@ rtems_task Init(
printf(
"Event sent from ISR hitting synchronization point has %soccurred\n",
(( case_hit == TRUE ) ? "" : "NOT ")
- );
+ );
/*
* Test Event send successful from ISR -- receive has timeout
@@ -167,7 +167,7 @@ rtems_task Init(
"Event sent from ISR (with timeout) hitting synchronization "
"point has %soccurred\n",
(( case_hit == TRUE ) ? "" : "NOT ")
- );
+ );
puts( "*** END OF TEST 39 ***" );
rtems_test_exit( 0 );