mirror of
https://github.com/30hours/blah2.git
synced 2024-11-08 12:25:42 +00:00
Update blah2.cpp
Cosmetic (as there's no further code to execute.. But terminating the t2 thread correctly.
This commit is contained in:
parent
25eea87083
commit
363a81dfaf
1 changed files with 2 additions and 2 deletions
|
@ -307,7 +307,7 @@ int main(int argc, char **argv)
|
|||
}
|
||||
}
|
||||
});
|
||||
|
||||
t2.join();
|
||||
t1.join();
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue