Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Sep 18, 2024
1 parent 710f0c7 commit ea161e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Image/Image.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ private let imageSourceKey = malloc(1)!
#if os(macOS)
private let imagesKey = malloc(1)!
private let durationKey = malloc(1)!
#endif os(macOS)
#endif // os(macOS)
#endif // compiler(>=5.10)

// MARK: - Image Properties
Expand Down

0 comments on commit ea161e0

Please sign in to comment.