summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/src/partcreate.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/rtems/src/partcreate.c')
-rw-r--r--c/src/exec/rtems/src/partcreate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/rtems/src/partcreate.c b/c/src/exec/rtems/src/partcreate.c
index 70b0585df7..ffd398b3e1 100644
--- a/c/src/exec/rtems/src/partcreate.c
+++ b/c/src/exec/rtems/src/partcreate.c
@@ -97,7 +97,7 @@ rtems_status_code rtems_partition_create(
_Chain_Initialize( &the_partition->Memory, starting_address,
length / buffer_size, buffer_size );
- _Objects_Open( &_Partition_Information, &the_partition->Object, &name );
+ _Objects_Open( &_Partition_Information, &the_partition->Object, name );
*id = the_partition->Object.id;
#if defined(RTEMS_MULTIPROCESSING)