1
0
Fork 0
forked from len0rd/rockbox

Removed a warning

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@921 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-06-07 15:03:19 +00:00
parent 9430a0b7d6
commit 04d6d8f14f

View file

@ -38,7 +38,7 @@ typedef struct
ctx_t ctx[MAXTHREADS];
} thread_t;
static thread_t threads = {1, 0};
static thread_t threads;
/*---------------------------------------------------------------------------
* Store non-volatile context.