@@ -45,12 +45,12 @@ } #endif #ifndef Block_copy # define Block_copy(...) \ - ((__typeof__(__VA_ARGS__))_Block_copy((const void*)(__VA_ARGS__))) + ((__typeof__(__VA_ARGS__))_Block_copy((const void*)(__VA_ARGS__))) #endif #ifndef Block_release # define Block_release(...) _Block_release((const void*)(__VA_ARGS__)) #endif OF_ASSUME_NONNULL_END