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

Commit 0a5e1fee authored by Yi Jin's avatar Yi Jin Committed by android-build-merger
Browse files

Merge "Fix bug to break switch cases." into pi-dev

am: f3bf7030

Change-Id: Ib0cb77ccad99f434e1167d5bf4ef287931445ede
parents efd38f91 f3bf7030
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -427,6 +427,7 @@ static bool generateSectionListCpp(Descriptor const* descriptor) {
                printf("    new GZipSection(%d,", field->number());
                splitAndPrint(s.args());
                printf(" NULL),\n");
                break;
            case SECTION_TOMBSTONE:
                printf("    new TombstoneSection(%d, \"%s\"),\n", field->number(), s.args().c_str());
                break;