mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
add forgotten semicolon
This commit is contained in:
parent
68c13ea272
commit
b88e44f252
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ namespace util
|
|||
#if defined (__APPLE__)
|
||||
pthread_setname_np(name);
|
||||
#elif defined(__FreeBSD__)
|
||||
pthread_set_name_np(pthread_self(), name)
|
||||
pthread_set_name_np(pthread_self(), name);
|
||||
#else
|
||||
pthread_setname_np(pthread_self(), name);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue