Skip to content

Commit 20a2ec0

Browse files
committed
Fix typo from MacOS signal fix improvement in PR #8928.
1 parent edacf04 commit 20a2ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wolfcrypt/src/wc_port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3974,7 +3974,7 @@ char* mystrnstr(const char* s1, const char* s2, unsigned int n)
39743974
*/
39753975
if (dispatch_semaphore_signal(s->sem) < 0) {
39763976
dispatch_release(s->sem);
3977-
return return MEMORY_E;
3977+
return MEMORY_E;
39783978
}
39793979
#elif defined(__OS2__)
39803980
DosCreateMutexSem( NULL, &cond->mutex, 0, FALSE );

0 commit comments

Comments
 (0)