summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/core/core_automation_events.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/core/core_automation_events.c b/examples/core/core_automation_events.c
index b58d572b..319b013b 100644
--- a/examples/core/core_automation_events.c
+++ b/examples/core/core_automation_events.c
@@ -98,7 +98,7 @@ int main(void)
// Supports loading .rgs style files (text or binary) and .png style palette images
if (IsFileExtension(droppedFiles.paths[0], ".txt;.rae"))
{
- UnloadAutomationEventList(&aelist);
+ UnloadAutomationEventList(aelist);
aelist = LoadAutomationEventList(droppedFiles.paths[0]);
eventRecording = false;