Skip to content

Commit 85852e4

Browse files
committed
2 parents 4922fd3 + ce5c0ec commit 85852e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ EXTERN_C [[maybe_unused]] __declspec(dllexport) constinit auto SKSEPlugin_Versio
103103
return v;
104104
}();
105105

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

0 commit comments

Comments
 (0)