Skip to content

Commit 5be6cf9

Browse files
authored
Update NOZ_Project.h
1 parent afa4d09 commit 5be6cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ZipUtilities/NOZ_Project.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
__unsafe_unretained noz_defer_block_t noz_macro_concat(__noz_stack_defer_block_, __LINE__) __attribute__((cleanup(noz_deferFunc), unused)) = deferBlock
7474

7575
typedef void(^noz_defer_block_t)(void);
76-
NS_INLINE void noz_deferFunc(__unsafe_unretained noz_defer_block_t __nonnull * __nonnull blockRef)
76+
NS_INLINE void noz_deferFunc(__unsafe_unretained noz_defer_block_t __nonnull NS_NOESCAPE * __nonnull blockRef)
7777
{
7878
__unsafe_unretained noz_defer_block_t actualBlock = *blockRef;
7979
actualBlock();

0 commit comments

Comments
 (0)