[VITA] Fix compiling

This commit is contained in:
Francisco José García García 2017-04-27 08:49:21 +02:00 committed by GitHub
parent 514412afe0
commit 79f28f2985

View File

@ -312,7 +312,7 @@ static size_t psp_write_avail(void *data)
sceKernelUnlockLwMutex((struct SceKernelLwMutexWork*)&psp->lock, 1);
#endif
return ret;
return val;
}
static size_t psp_buffer_size(void *data)