mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Fix CXX_BUILD
This commit is contained in:
parent
23b7bdfea6
commit
b80b5c7be3
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ static int zip_file_decompressed(const char *name, const char *valid_exts,
|
|||
cdata, csize, size, crc32))
|
||||
{
|
||||
bool goto_error = false;
|
||||
buf = malloc(size);
|
||||
buf = (char*)malloc(size);
|
||||
|
||||
if (buf)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue