diff options
Diffstat (limited to 'SDK/Library/CoreSystem/Headers/Thread.h')
| -rw-r--r-- | SDK/Library/CoreSystem/Headers/Thread.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SDK/Library/CoreSystem/Headers/Thread.h b/SDK/Library/CoreSystem/Headers/Thread.h index 2d760eec..15b40df3 100644 --- a/SDK/Library/CoreSystem/Headers/Thread.h +++ b/SDK/Library/CoreSystem/Headers/Thread.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright SoftwareLabs + Copyright SoftwareLabs ------------------------------------------- */ @@ -41,7 +41,7 @@ CS_EXTERN_C VoidType CSThreadJoin(ThreadRef ref); /// @brief Yields the current thread. /// @param ref the thead reference. -/// @return +/// @return CS_EXTERN_C VoidType CSThreadYield(ThreadRef ref); #endif // __THREAD__ |
