[rtems-testing commit] psxtmtest_single/init.c: Fix typos

Joel Sherrill joel at rtems.org
Fri Nov 2 13:57:59 UTC 2018


Module:    rtems-testing
Branch:    master
Commit:    3ca3603c6b8c05f43e04378610e5da957938ed14
Changeset: http://git.rtems.org/rtems-testing/commit/?id=3ca3603c6b8c05f43e04378610e5da957938ed14

Author:    Joel Sherrill <joel at rtems.org>
Date:      Fri Nov  2 08:57:51 2018 -0500

psxtmtest_single/init.c: Fix typos

---

 rtems-test-template/psxtmtest_single/init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);



More information about the vc mailing list