summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/ptimer1.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/ptimer1.c')
-rw-r--r--cpukit/posix/src/ptimer1.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/posix/src/ptimer1.c b/cpukit/posix/src/ptimer1.c
index d74865e960..eee24d966c 100644
--- a/cpukit/posix/src/ptimer1.c
+++ b/cpukit/posix/src/ptimer1.c
@@ -543,7 +543,7 @@ int timer_settime(
/* XXX error handling */
break;
- default:
+ default: break;
}
@@ -624,12 +624,12 @@ int timer_settime(
set_errno_and_return_minus_one( EINVAL );
break;
- default:
+ default: break;
}
break;
- default:
+ default: break;
/* It does nothing, although it will be probably necessary to
* return an error */