summaryrefslogtreecommitdiff
path: root/plugins/DbEditorPP/src/main.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-03-26 13:46:31 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-03-26 13:46:41 +0300
commit0b0d9f28696294beed32d5cdc3f5e93cd996f08e (patch)
tree3018a8dcd6358bb64535209de089c109aa972351 /plugins/DbEditorPP/src/main.cpp
parent446c7bccafe06ec44f3cd0a0658b94b1bc6b9edf (diff)
code cleaning
Diffstat (limited to 'plugins/DbEditorPP/src/main.cpp')
-rw-r--r--plugins/DbEditorPP/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DbEditorPP/src/main.cpp b/plugins/DbEditorPP/src/main.cpp
index 2fa66baa6d..9974bcc60c 100644
--- a/plugins/DbEditorPP/src/main.cpp
+++ b/plugins/DbEditorPP/src/main.cpp
@@ -35,7 +35,7 @@ PLUGININFOEX pluginInfoEx =
{ 0xa8a417ef, 0x7aa, 0x4f37, { 0x86, 0x9f, 0x7b, 0xfd, 0x74, 0x88, 0x65, 0x34 } }
};
-extern "C" __declspec(dllexport) PLUGININFOEX *MirandaPluginInfoEx(DWORD)
+extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD)
{
return &pluginInfoEx;
}