Add forgotten static

This commit is contained in:
Michael 2023-10-12 16:46:19 -04:00
parent eac5306818
commit dc115592e9

View File

@ -1508,7 +1508,7 @@ static void InitDrmInput(void)
}
}
void InitDrmJoystick(int index, const char *path)
static void InitDrmJoystick(int index, const char *path)
{
if ((platform.gamepadStreamFd[index] = open(path, O_RDONLY | O_NONBLOCK)) < 0)
{