Skip to content
Snippets Groups Projects
Verified Commit d29b876b authored by ja3-saxby's avatar ja3-saxby
Browse files

Fixed a small issue with `thread_exit_code()`

The return type of this function was previously `const int *`, which is mistaken as the data type of the variable it returns is in fact `int`.
This inconsistency passes silently as ints and pointers are often interchangeable in C, however it is not good practice hence the correction.
parent 50118d17
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment