forked from len0rd/rockbox
Fix yellow.
Change-Id: Ib46e4d0896de4227a508abf5806c00ec3d59db51
This commit is contained in:
parent
ee7c13514e
commit
a4d1849e24
1 changed files with 1 additions and 0 deletions
|
|
@ -528,6 +528,7 @@ static bool load_voicefile_index(int fd)
|
|||
static bool load_voicefile_data(int fd, size_t max_size)
|
||||
{
|
||||
#ifdef TALK_PARTIAL_LOAD
|
||||
(void)fd;
|
||||
/* just allocate, populate on an as-needed basis later */
|
||||
talk_handle = core_alloc_ex("voice data", max_size, &talk_ops);
|
||||
if (talk_handle < 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue