summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src')
-rw-r--r--cpukit/score/src/watchdog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/src/watchdog.c b/cpukit/score/src/watchdog.c
index 3017b2f99f..f427d96212 100644
--- a/cpukit/score/src/watchdog.c
+++ b/cpukit/score/src/watchdog.c
@@ -50,8 +50,8 @@ Watchdog_States _Watchdog_Remove(
Watchdog_Control *the_watchdog
)
{
- ISR_Level level;
- Watchdog_States previous_state;
+ ISR_Level level;
+ Watchdog_States previous_state;
Watchdog_Control *next_watchdog;
_ISR_Disable( level );