timer: Add missing break in switch

This commit is contained in:
Matthias Schiffer 2010-09-28 15:25:20 +02:00 committed by Lennart Poettering
parent 1ddff895f3
commit 0b021426fb
1 changed files with 1 additions and 1 deletions

View File

@ -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");