Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Mitchell committed Sep 23, 2023
1 parent dddb30f commit d704c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mt/yices_locks_posix.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ int32_t create_yices_lock(yices_lock_t* lock){
"create_yices_lock: pthread_mutex_init");

#ifndef NDEBUG
check_thread_api(pthread_mutexattr_destroy(mattr)
check_thread_api(pthread_mutexattr_destroy(mattr));
#endif

return 0;
Expand Down

0 comments on commit d704c3a

Please sign in to comment.