summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/inline/object.inl
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/inline/object.inl')
-rw-r--r--c/src/exec/score/inline/object.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/score/inline/object.inl b/c/src/exec/score/inline/object.inl
index ab5d257ea6..3b4cf757b4 100644
--- a/c/src/exec/score/inline/object.inl
+++ b/c/src/exec/score/inline/object.inl
@@ -236,7 +236,7 @@ RTEMS_INLINE_ROUTINE void _Objects_Close(
unsigned32 index;
index = _Objects_Get_index( the_object->id );
- information->local_table[ index ] = NULL;
+ information->local_table[ index ] = (Objects_Control *) NULL;
_Objects_Clear_name( the_object->name, information->name_length );
}