init: missing break statement

Change-Id: Iac4a19c404590c3faba6021c7e537b01805c2d45
This commit is contained in:
Mark Salyzyn 2015-03-24 07:29:22 -07:00
parent 8e1697e752
commit 7a3d66c9eb
1 changed files with 1 additions and 0 deletions

View File

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