summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)
};