Selaa lähdekoodia

Fixed missing break

Fredrik Haikarainen 12 vuotta sitten
vanhempi
commit
a8746f9171
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1
    0
      src/light.c

+ 1
- 0
src/light.c Näytä tiedosto

64
       case 'L':
64
       case 'L':
65
         ASSERT_OPSET();
65
         ASSERT_OPSET();
66
         light_Configuration.operationMode = LIGHT_LIST_CTRL;
66
         light_Configuration.operationMode = LIGHT_LIST_CTRL;
67
+        break;
67
 
68
 
68
       /* -- Targets -- */
69
       /* -- Targets -- */
69
       case 'b':
70
       case 'b':