From ea161e0ca9f1f7384f18e8b2214b8033d720d576 Mon Sep 17 00:00:00 2001 From: onevcat Date: Wed, 18 Sep 2024 21:29:36 +0900 Subject: [PATCH] Add comment --- Sources/Image/Image.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Image/Image.swift b/Sources/Image/Image.swift index 029db1dcb..d1e9350d1 100644 --- a/Sources/Image/Image.swift +++ b/Sources/Image/Image.swift @@ -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