[rtems commit] psxtests/psxchroot01: Typo

Sebastian Huber sebh at rtems.org
Tue Jul 17 09:24:24 UTC 2012


Module:    rtems
Branch:    master
Commit:    cd035725b9b6cb8fc257703a12368806ffcbfa96
Changeset: http://git.rtems.org/rtems/commit/?id=cd035725b9b6cb8fc257703a12368806ffcbfa96

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Jul 17 11:27:50 2012 +0200

psxtests/psxchroot01: Typo

---

 testsuites/psxtests/psxchroot01/test.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/testsuites/psxtests/psxchroot01/test.c b/testsuites/psxtests/psxchroot01/test.c
index 70298c4..7bb4a61 100644
--- a/testsuites/psxtests/psxchroot01/test.c
+++ b/testsuites/psxtests/psxchroot01/test.c
@@ -65,7 +65,7 @@ int main(
 )
 #endif
 {
-  static const uintptr_t global_location_size = {
+  static const uintptr_t global_location_size [] = {
     sizeof(rtems_filesystem_global_location_t)
   };
 




More information about the vc mailing list