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

Commit 27cc7917 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

am: 0a5e1fee

Change-Id: I9e971743278f65864629fcae50b3f80a2352bbf4
parents 3ac947a7 0a5e1fee
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;