mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 19:57: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__)
|
#if defined (__APPLE__)
|
||||||
pthread_setname_np(name);
|
pthread_setname_np(name);
|
||||||
#elif defined(__FreeBSD__)
|
#elif defined(__FreeBSD__)
|
||||||
pthread_set_name_np(pthread_self(), name)
|
pthread_set_name_np(pthread_self(), name);
|
||||||
#else
|
#else
|
||||||
pthread_setname_np(pthread_self(), name);
|
pthread_setname_np(pthread_self(), name);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue