mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-22 23:49:50 +00:00
Fix clang error incompatible-pointer-types-discards-qualifiers
This commit is contained in:
parent
b630e6b5f9
commit
fdd010aebc
@ -49,7 +49,7 @@ int msg_hash_get_help_enum(enum msg_hash_enums msg, char *s, size_t len)
|
||||
if (temp)
|
||||
{
|
||||
strlcpy(s, temp, len);
|
||||
free(temp);
|
||||
free((void*)temp);
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user