Skip to content

Commit

Permalink
It helps to name things correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
dylwhich committed Sep 22, 2024
1 parent 7d0570e commit f731c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emulator/src/extensions/midi/ext_midi.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ static bool midiInitCb(emuArgs_t* emuArgs)
}

#ifdef EMU_MACOS
handlerInstalled = installMacOpenFileHandler(&macOpenFileHandler, doOpenFileCb);
handlerInstalled = installMacOpenFileHandler(&macOpenFileHandler, doFileOpenCb);
// Wait up to 100ms for an event at startup
checkForEventsMacOpenFileHandler(&macOpenFileHandler, 100);
emulatorStarted = true;
Expand Down

0 comments on commit f731c75

Please sign in to comment.