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

Commit 934cc613 authored by Yi Jin's avatar Yi Jin
Browse files

Fix bug to break switch cases.

Bug: 75001195
Test: N/A
Change-Id: I99274cbf34d191c25ad9ced08f999c59f922cb25
parent 874b0091
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;