forked from len0rd/rockbox
Comment about thread_id_entry missleading and wrong. Fix the dumb.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28918 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
39b3c9a612
commit
5ea9bf39b8
1 changed files with 1 additions and 1 deletions
|
|
@ -1509,7 +1509,7 @@ static struct thread_entry * find_empty_thread_slot(void)
|
||||||
|
|
||||||
/*---------------------------------------------------------------------------
|
/*---------------------------------------------------------------------------
|
||||||
* Return the thread_entry pointer for a thread_id. Return the current
|
* Return the thread_entry pointer for a thread_id. Return the current
|
||||||
* thread if the ID is 0 (alias for current).
|
* thread if the ID is (unsigned int)-1 (alias for current).
|
||||||
*---------------------------------------------------------------------------
|
*---------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
struct thread_entry * thread_id_entry(unsigned int thread_id)
|
struct thread_entry * thread_id_entry(unsigned int thread_id)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue