Merge "Fix bug to break switch cases." into pi-dev
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user