diff --git a/src/btop.cpp b/src/btop.cpp index 1ec2a10..552adae 100644 --- a/src/btop.cpp +++ b/src/btop.cpp @@ -657,7 +657,7 @@ namespace Runner { << Term::sync_end << flush; } //* ----------------------------------------------- THREAD LOOP ----------------------------------------------- - pthread_exit(NULL); + return {}; } //? ------------------------------------------ Secondary thread end -----------------------------------------------