diff options
author | George Hazan <ghazan@miranda.im> | 2019-01-26 15:06:23 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-01-26 15:06:23 +0300 |
commit | 76350d50ef7043a171292d6ec7574ed863af4067 (patch) | |
tree | 97d563f4f0ec945e068eef1183c2c7c83aafdf39 /protocols/Gadu-Gadu/src | |
parent | 2e2483f97aac9b7b3d6819f434377c093d96e764 (diff) |
code cleaning
Diffstat (limited to 'protocols/Gadu-Gadu/src')
-rw-r--r-- | protocols/Gadu-Gadu/src/dialogs.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/Gadu-Gadu/src/dialogs.cpp b/protocols/Gadu-Gadu/src/dialogs.cpp index 2c622e2551..4302ba3cbd 100644 --- a/protocols/Gadu-Gadu/src/dialogs.cpp +++ b/protocols/Gadu-Gadu/src/dialogs.cpp @@ -725,9 +725,8 @@ int GaduProto::options_init(WPARAM wParam, LPARAM) //////////////////////////////////////////////////////////////////////////////// // Info Page : Init // -int GaduProto::details_init(WPARAM wParam, LPARAM lParam) +int GaduProto::details_init(WPARAM wParam, LPARAM hContact) { - MCONTACT hContact = lParam; char* pszTemplate; if (hContact == NULL) { |