diff options
author | George Hazan <ghazan@miranda.im> | 2018-03-26 13:46:31 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-03-26 13:46:41 +0300 |
commit | 0b0d9f28696294beed32d5cdc3f5e93cd996f08e (patch) | |
tree | 3018a8dcd6358bb64535209de089c109aa972351 /protocols/Gadu-Gadu/src | |
parent | 446c7bccafe06ec44f3cd0a0658b94b1bc6b9edf (diff) |
code cleaning
Diffstat (limited to 'protocols/Gadu-Gadu/src')
-rw-r--r-- | protocols/Gadu-Gadu/src/gg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Gadu-Gadu/src/gg.cpp b/protocols/Gadu-Gadu/src/gg.cpp index bb7855c744..c46aee7c65 100644 --- a/protocols/Gadu-Gadu/src/gg.cpp +++ b/protocols/Gadu-Gadu/src/gg.cpp @@ -149,12 +149,12 @@ const wchar_t *http_error_string(int h) //////////////////////////////////////////////////////////
// Gets plugin info
//
-extern "C" __declspec(dllexport) PLUGININFOEX *MirandaPluginInfoEx(DWORD)
+extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD)
{
return &pluginInfo;
}
-extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = {MIID_PROTOCOL, MIID_LAST};
+extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_PROTOCOL, MIID_LAST };
//////////////////////////////////////////////////////////
// Cleanups from last plugin
|