diff options
Diffstat (limited to 'include/mscp.h')
-rw-r--r-- | include/mscp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mscp.h b/include/mscp.h index 3e8f80f..965af0b 100644 --- a/include/mscp.h +++ b/include/mscp.h @@ -184,7 +184,7 @@ int mscp_scan_join(struct mscp *m); * * @param m mscp instance. * - * @return 0 on success, < 0 if an error occured. + * @return number of threads on success, < 0 if an error occured. * mscp_get_error() can be used to retrieve error message. * * @see mscp_join() |