diff options
Diffstat (limited to 'common/src/txe_thread_wait_abort.c')
| -rw-r--r-- | common/src/txe_thread_wait_abort.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/txe_thread_wait_abort.c b/common/src/txe_thread_wait_abort.c index 45dc9394..9482e809 100644 --- a/common/src/txe_thread_wait_abort.c +++ b/common/src/txe_thread_wait_abort.c @@ -82,7 +82,7 @@ UINT status; /* Thread pointer is invalid, return appropriate error code. */ status = TX_THREAD_ERROR; } - + /* Now check for invalid thread ID. */ else if (thread_ptr -> tx_thread_id != TX_THREAD_ID) { |
