Skip to content

Commit 26b318d

Browse files
authored
Update ProtocolConformance.cpp
1 parent 910fbee commit 26b318d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/toolchain/Compatibility51/ProtocolConformance.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ static void addImageCallback(const mach_header *mh) {
472472
Conformances.unsafeGetAlreadyInitialized()
473473
.SectionsToScan
474474
.push_back(ConformanceSection{recordsBegin, recordsEnd});
475-
};
475+
}
476476

477477
static void addImageCallback(const mach_header *mh, intptr_t vmaddr_slide) {
478478
addImageCallback(mh);

0 commit comments

Comments
 (0)