summaryrefslogtreecommitdiff
path: root/plugins/Watrack_MPD/src/options.cpp
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2014-11-12 20:32:53 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2014-11-12 20:32:53 +0000
commitcb511b2098ad3eca2fe0771a205e40f72a6bd14d (patch)
tree5080bf46a2e1fc8a4f7accf3dec626db16552b32 /plugins/Watrack_MPD/src/options.cpp
parent8fa41b072209a5a30d206a5d2143fe6be4bff3b8 (diff)
WATrack_MPD:
-Fixed memory allocation -Minor cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@10973 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Watrack_MPD/src/options.cpp')
-rwxr-xr-xplugins/Watrack_MPD/src/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Watrack_MPD/src/options.cpp b/plugins/Watrack_MPD/src/options.cpp
index 066fd03d69..f79a68ec4f 100755
--- a/plugins/Watrack_MPD/src/options.cpp
+++ b/plugins/Watrack_MPD/src/options.cpp
@@ -66,7 +66,7 @@ static INT_PTR CALLBACK DlgProcWaMpdOpts(HWND hwndDlg, UINT msg, WPARAM wParam,
return FALSE;
}
-int WaMpdOptInit(WPARAM wParam,LPARAM lParam)
+int WaMpdOptInit(WPARAM wParam,LPARAM)
{
OPTIONSDIALOGPAGE odp = { sizeof(odp) };
odp.hInstance = hInst;