summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-11-02 08:57:51 -0500
committerJoel Sherrill <joel@rtems.org>2018-11-02 08:57:51 -0500
commit3ca3603c6b8c05f43e04378610e5da957938ed14 (patch)
tree7ba4985c2ca4f5d41ac3acb330792d4a76710ba6
parentChange default license for tests generated from templates to 0-BSD. (diff)
downloadrtems-testing-3ca3603c6b8c05f43e04378610e5da957938ed14.tar.bz2
psxtmtest_single/init.c: Fix typos
-rw-r--r--rtems-test-template/psxtmtest_single/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtems-test-template/psxtmtest_single/init.c b/rtems-test-template/psxtmtest_single/init.c
index f5565e7..0993986 100644
--- a/rtems-test-template/psxtmtest_single/init.c
+++ b/rtems-test-template/psxtmtest_single/init.c
@@ -22,7 +22,7 @@
#include <rtems/btimer.h>
#include "test_support.h"
-const char rtems_test_name[] = "@UPPER@";""
+const char rtems_test_name[] = "@UPPER@";
/* forward declarations to avoid warnings */
void *POSIX_Init(void *argument);