* commit '9abef8e3a226ba77edfbdf227f4799591befd220': init: missing break statement
This commit is contained in:
commit
352b108c10
1 changed files with 1 additions and 0 deletions
|
|
@ -118,6 +118,7 @@ static int lookup_keyword(const char *s)
|
|||
switch (*s++) {
|
||||
case 'b':
|
||||
if (!strcmp(s, "ootchart_init")) return K_bootchart_init;
|
||||
break;
|
||||
case 'c':
|
||||
if (!strcmp(s, "opy")) return K_copy;
|
||||
if (!strcmp(s, "apability")) return K_capability;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue