From e2c14eb588b5fcf9988e49cc020a238f297ea212 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 17 May 2013 07:15:30 +0000 Subject: small cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@4700 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/wbOSD/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/wbOSD/src/main.cpp') 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; -- cgit v1.2.3