[osx] Minor style fix.

This commit is contained in:
Lorenzo Cogotti 2022-12-13 11:34:07 +01:00
parent 9f4c8b7a98
commit e67135cbab
1 changed files with 1 additions and 2 deletions

3
osx.c
View File

@ -191,8 +191,7 @@ fail:
static inline int fadvise(int fd, int advice)
{
(void) fd;
(void) advice;
(void) fd, (void) advice;
errno = ENOTSUP;
return -1;