mirror of
https://github.com/30hours/blah2.git
synced 2025-02-16 14:07:09 +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();
|
t1.join();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in a new issue