Change a parameter from int to void *

This commit is contained in:
TheShadowEevee 2022-04-20 21:03:14 -05:00
parent aa742c3f0c
commit c2cea3fbd5
No known key found for this signature in database
GPG Key ID: 7A8AA92B3BAFAB75

View File

@ -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) if (geckoinit && ptr)
{ {