Skip to content

Commit

Permalink
Merge pull request #256 from MaddTheSane/patch-1
Browse files Browse the repository at this point in the history
Update libxmlHTMLDocument.swift
  • Loading branch information
tid-kijyun authored Nov 8, 2021
2 parents 985d73f + 600115a commit 16f8eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Kanna/libxmlHTMLDocument.swift
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ extension String.Encoding {
guard let cfencstr = CFStringConvertEncodingToIANACharSetName(cfenc) else {
return nil
}
return String(describing: cfencstr)
return cfencstr as String
#endif
}
}
Expand Down

0 comments on commit 16f8eb7

Please sign in to comment.