swiftlang / swift-corelibs-libdispatch

The libdispatch Project, (a.k.a. Grand Central Dispatch), for concurrency on multicore hardware
swift.org
Apache License 2.0
2.47k stars 460 forks source link

[6.0] Add a missing semicolon in src/io.c. #824

Closed allevato closed 6 months ago

allevato commented 6 months ago

Description: Add a missing semicolon in src/io.c. Risk: Low; this should have been a compiler error to begin with and I'm not sure why nothing caught it. Reviewed by: @compnerd Testing: CI testing Original PR: https://github.com/apple/swift-corelibs-libdispatch/pull/822

allevato commented 6 months ago

@swift-ci please test

allevato commented 6 months ago

cc @rokhinip as swift-corelibs-libdispatch release manager

allevato commented 6 months ago

@rokhinip Thanks for the review! Can you merge this too please? I don't have write access.