Skip to content

Commit

Permalink
maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
shad0wshayd3 authored and github-actions[bot] committed Aug 12, 2023
1 parent 5b1f465 commit b4aa796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/c++/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace
logger::info(FMT_STRING("{:s} v{:s}"sv), Version::PROJECT, Version::NAME);
}

void MessageHandler(F4SE::MessagingInterface::Message* a_msg)
void MessageHandler(F4SE::MessagingInterface::Message* a_msg)
{
if (!a_msg)
{
Expand Down

0 comments on commit b4aa796

Please sign in to comment.