From 0b021426fbbe0ff835826c65052a1d7daf409aef Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 28 Sep 2010 15:25:20 +0200 Subject: [PATCH 1/1] timer: Add missing break in switch --- src/timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/timer.c b/src/timer.c index ff94b8c86..0dcaad509 100644 --- a/src/timer.c +++ b/src/timer.c @@ -430,7 +430,7 @@ void timer_unit_notify(Unit *u, UnitActiveState new_state) { case TIMER_DEAD: case TIMER_FAILED: - ; + break; default: assert_not_reached("Unknown timer state"); -- 2.30.2