From cb62cb675fb4b07a7afbc5ef53f5e502b3a9ef7e Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 22 Mar 2022 18:45:41 +0100 Subject: Minor tweaks `const` --- src/rcore.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/rcore.c b/src/rcore.c index 3d01ca5b..d4b10504 100644 --- a/src/rcore.c +++ b/src/rcore.c @@ -6647,6 +6647,7 @@ static int FindNearestConnectorMode(const drmModeConnector *connector, uint widt #if defined(SUPPORT_EVENTS_AUTOMATION) // NOTE: Loading happens over AutomationEvent *events +// TODO: This system should probably be redesigned static void LoadAutomationEvents(const char *fileName) { //unsigned char fileId[4] = { 0 }; -- cgit v1.2.3