summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/unlimited/test1.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-07 17:43:18 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-09 10:11:57 -0500
commit51a95ff9df21288bd03e467ca38af7bb8d9b7ef8 (patch)
tree46093b4c81ef42a1a8af46b6345f522b44b71454 /testsuites/samples/unlimited/test1.c
parentm68k/rtems/score/cpu.h: _CPU_Context_Restart_self needed RTEMS_COMPILER_NO_RE... (diff)
downloadrtems-51a95ff9df21288bd03e467ca38af7bb8d9b7ef8.tar.bz2
samples/unlimited: Fix printf() warning and clean up
Diffstat (limited to '')
-rw-r--r--testsuites/samples/unlimited/test1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/samples/unlimited/test1.c b/testsuites/samples/unlimited/test1.c
index 9d90af02ba..f02857ce59 100644
--- a/testsuites/samples/unlimited/test1.c
+++ b/testsuites/samples/unlimited/test1.c
@@ -99,7 +99,7 @@ void test1()
exit( 1 );
}
- destory_all_tasks("TEST1");
+ destroy_all_tasks("TEST1");
the_information->auto_extend = auto_extend;