summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spchain/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spchain/init.c')
-rw-r--r--testsuites/sptests/spchain/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/sptests/spchain/init.c b/testsuites/sptests/spchain/init.c
index 14f635af1a..9613dd805e 100644
--- a/testsuites/sptests/spchain/init.c
+++ b/testsuites/sptests/spchain/init.c
@@ -21,9 +21,9 @@ rtems_task Init(
rtems_task_argument ignored
)
{
- rtems_chain_control chain1;
+ rtems_chain_control chain1;
rtems_chain_node *p;
- test_node node1, node2;
+ test_node node1, node2;
int id;
puts( "\n\n*** TEST OF RTEMS CHAIN API ***" );