chiark / gitweb /
timer: Add missing break in switch
[elogind.git] / src / timer.c
index ff94b8c8693a70d659052e5c53eb0a5de02f095f..0dcaad509184132473996ffea2f8799e27adc943 100644 (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");