From 0b0d9f28696294beed32d5cdc3f5e93cd996f08e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 26 Mar 2018 13:46:31 +0300 Subject: code cleaning --- src/core/stdclist/src/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/stdclist/src/init.cpp b/src/core/stdclist/src/init.cpp index 9370093941..013341958c 100644 --- a/src/core/stdclist/src/init.cpp +++ b/src/core/stdclist/src/init.cpp @@ -65,7 +65,7 @@ PLUGININFOEX pluginInfo = { { 0x240a91dc, 0x9464, 0x457a, { 0x97, 0x87, 0xff, 0x1e, 0xa8, 0x8e, 0x77, 0xe2 } } }; -extern "C" __declspec(dllexport) PLUGININFOEX *MirandaPluginInfoEx(DWORD) +extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD) { return &pluginInfo; } -- cgit v1.2.3