mirror of
https://github.com/libretro/RetroArch
synced 2025-03-12 04:14:23 +00:00
Fix typo
This commit is contained in:
parent
ca25e51812
commit
8ab536a968
@ -30,7 +30,7 @@
|
|||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
// Avoid possible naming collitions during link since we prefer to use the actual name.
|
// Avoid possible naming collisions during link since we prefer to use the actual name.
|
||||||
#define strlcpy(dst, src, size) strlcpy_ssnes__(dst, src, size)
|
#define strlcpy(dst, src, size) strlcpy_ssnes__(dst, src, size)
|
||||||
#define strlcat(dst, src, size) strlcat_ssnes__(dst, src, size)
|
#define strlcat(dst, src, size) strlcat_ssnes__(dst, src, size)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user