summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-07-17 11:27:50 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-07-17 11:27:50 +0200
commitcd035725b9b6cb8fc257703a12368806ffcbfa96 (patch)
tree796f093c827a7f0a254874b1f297f9eea85c9f0e
parentpsxtests/psxpipe01: Use greedy allocation API (diff)
downloadrtems-cd035725b9b6cb8fc257703a12368806ffcbfa96.tar.bz2
psxtests/psxchroot01: Typo
-rw-r--r--testsuites/psxtests/psxchroot01/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxchroot01/test.c b/testsuites/psxtests/psxchroot01/test.c
index 70298c4742..7bb4a61a4a 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)
};