Skip to content

Commit d597a64

Browse files
committed
WIP
1 parent 697a4c4 commit d597a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/JExtractSwift/CDeclLowering/CRepresentation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ extension CType {
2121
/// function, first go through Swift -> cdecl lowering. This function
2222
/// will throw an error if it encounters a type that is not expressible in
2323
/// C.
24-
init(cdeclType: SwiftType) throws {
24+
init(cdeclType: SwiftType) throws {
2525
switch cdeclType {
2626
case .nominal(let nominalType):
2727
if let knownType = nominalType.nominalTypeDecl.knownStandardLibraryType {

0 commit comments

Comments
 (0)