summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/del_sem.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/del_sem.c')
-rw-r--r--cpukit/itron/src/del_sem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/itron/src/del_sem.c b/cpukit/itron/src/del_sem.c
index 55e6d55d69..94368c4a41 100644
--- a/cpukit/itron/src/del_sem.c
+++ b/cpukit/itron/src/del_sem.c
@@ -31,13 +31,13 @@ ER del_sem(
{
ITRON_Semaphore_Control *the_semaphore;
Objects_Locations location;
-
+
the_semaphore = _ITRON_Semaphore_Get( semid, &location );
switch ( location ) {
case OBJECTS_REMOTE: /* Multiprocessing not supported */
case OBJECTS_ERROR:
return _ITRON_Semaphore_Clarify_get_id_error( semid );
-
+
case OBJECTS_LOCAL:
_CORE_semaphore_Flush(
&the_semaphore->semaphore,