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:
parent
9430a0b7d6
commit
04d6d8f14f
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue