From dc115592e94606139badff184c10700944994fa5 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 12 Oct 2023 16:46:19 -0400 Subject: [PATCH] Add forgotten static --- src/rcore_drm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rcore_drm.c b/src/rcore_drm.c index 5546a51cb..fb1c5a238 100644 --- a/src/rcore_drm.c +++ b/src/rcore_drm.c @@ -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) {