summaryrefslogtreecommitdiff
path: root/plugins/YARelay/src/options.cpp
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2015-01-21 19:55:46 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2015-01-21 19:55:46 +0000
commit53d05354369c59a0c084bf0e4c72b1f25702746c (patch)
treeb0e1a78a847ff79edd681ac111b6e28a26e1a1b8 /plugins/YARelay/src/options.cpp
parente80241cc3e2964c49abfd34ee1df8b9d900b1e8c (diff)
YARelay: Minor cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@11888 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/YARelay/src/options.cpp')
-rw-r--r--plugins/YARelay/src/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/YARelay/src/options.cpp b/plugins/YARelay/src/options.cpp
index 5db185b7bd..6a6a42bd98 100644
--- a/plugins/YARelay/src/options.cpp
+++ b/plugins/YARelay/src/options.cpp
@@ -189,7 +189,7 @@ static INT_PTR CALLBACK OptionsFrameProc(HWND hwndDlg, UINT uMsg, WPARAM wParam,
/**
* Init options panel
*/
-int OptionsInit(WPARAM wParam, LPARAM lParam)
+int OptionsInit(WPARAM wParam, LPARAM)
{
OPTIONSDIALOGPAGE odp = { sizeof(odp) };
odp.hInstance = hInst;