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