1
0
Fork 0
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:
Michael Sevakis 2010-12-28 14:24:13 +00:00
parent 39b3c9a612
commit 5ea9bf39b8

View file

@ -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)