Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 352b108c authored by Mark Salyzyn's avatar Mark Salyzyn Committed by Android Git Automerger
Browse files

am 9abef8e3: am 1394033a: am 8257211f: Merge "init: missing break statement"

* commit '9abef8e3':
  init: missing break statement
parents ad27dd98 9abef8e3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;