diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-05-17 07:15:30 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-05-17 07:15:30 +0000 |
commit | e2c14eb588b5fcf9988e49cc020a238f297ea212 (patch) | |
tree | f88518dbfebe92c695add8855e50e99f9b3847f7 /plugins/wbOSD/src/main.cpp | |
parent | 7dba0582e220cc8615fdef2c4c0dc8bbd7b67b07 (diff) |
small cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@4700 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/wbOSD/src/main.cpp')
-rw-r--r-- | plugins/wbOSD/src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/wbOSD/src/main.cpp b/plugins/wbOSD/src/main.cpp index e0510ed36a..5c6cef5884 100644 --- a/plugins/wbOSD/src/main.cpp +++ b/plugins/wbOSD/src/main.cpp @@ -34,7 +34,7 @@ static PLUGININFOEX pluginInfo = { __AUTHORWEB,
UNICODE_AWARE,
// {FC718BC7-ABC8-43CD-AAD9-761614617738}
- { 0xfc718bc7, 0xabc8, 0x43cd, { 0xaa, 0xd9, 0x76, 0x16, 0x14, 0x61, 0x77, 0x38 } }
+ {0xfc718bc7, 0xabc8, 0x43cd, {0xaa, 0xd9, 0x76, 0x16, 0x14, 0x61, 0x77, 0x38}}
};
extern "C" __declspec(dllexport) PLUGININFOEX *MirandaPluginInfoEx(DWORD)
@@ -92,7 +92,7 @@ extern "C" __declspec(dllexport) int Unload() /////////////////////////////////////////////////////////////////////////////////////////
-BOOL WINAPI DllMain(HINSTANCE hinst,DWORD fdwReason,LPVOID lpvReserved)
+BOOL WINAPI DllMain(HINSTANCE hinst, DWORD fdwReason, LPVOID lpvReserved)
{
hI = hinst;
return TRUE;
|