1
0
Fork 0
forked from len0rd/rockbox

Fix yellow.

Change-Id: Ib46e4d0896de4227a508abf5806c00ec3d59db51
This commit is contained in:
Thomas Martitz 2013-12-23 12:54:36 +01:00
parent ee7c13514e
commit a4d1849e24

View file

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