Skip to content

Commit

Permalink
maintain
Browse files Browse the repository at this point in the history
  • Loading branch information
mlthelama authored and github-actions[bot] committed Jan 24, 2024
1 parent d9cf364 commit ce5c0ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ EXTERN_C [[maybe_unused]] __declspec(dllexport) constinit auto SKSEPlugin_Versio
return v;
}();

EXTERN_C [[maybe_unused]] __declspec(dllexport) bool SKSEAPI SKSEPlugin_Query(const SKSE::QueryInterface* a_skse,
SKSE::PluginInfo* pluginInfo) {
EXTERN_C [[maybe_unused]] __declspec(dllexport) bool SKSEAPI
SKSEPlugin_Query(const SKSE::QueryInterface* a_skse, SKSE::PluginInfo* pluginInfo) {
pluginInfo->name = SKSEPlugin_Version.pluginName;
pluginInfo->infoVersion = SKSE::PluginInfo::kVersion;
pluginInfo->version = SKSEPlugin_Version.pluginVersion;
Expand Down

0 comments on commit ce5c0ec

Please sign in to comment.