mirror of
https://github.com/modmii/Any-Region-Changer-ModMii-Edition.git
synced 2024-11-21 23:59:18 +01:00
Change a parameter from int
to void *
This commit is contained in:
parent
aa742c3f0c
commit
c2cea3fbd5
@ -113,7 +113,7 @@ void hexdump2(void *d, int len)
|
||||
}
|
||||
}
|
||||
|
||||
static ssize_t __out_write(struct _reent *r, int fd, const char *ptr, size_t len)
|
||||
static ssize_t __out_write(struct _reent *r, void *fd, const char *ptr, size_t len)
|
||||
{
|
||||
if (geckoinit && ptr)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user