diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-05-11 20:19:21 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-05-11 20:19:21 +0000 |
commit | a107c8d9007053f600d969d2e68373ba2d79bca9 (patch) | |
tree | e2895783240f172388712426575753c9931480e9 /plugins/ExternalAPI/m_dropbox.h | |
parent | 488f93815d3c247376f038377e7bc3731b074231 (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@13557 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ExternalAPI/m_dropbox.h')
-rw-r--r-- | plugins/ExternalAPI/m_dropbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExternalAPI/m_dropbox.h b/plugins/ExternalAPI/m_dropbox.h index 98e4d4623c..817bbff1e6 100644 --- a/plugins/ExternalAPI/m_dropbox.h +++ b/plugins/ExternalAPI/m_dropbox.h @@ -15,7 +15,7 @@ struct TRANSFERINFO {
HANDLE hProcess; // hProcess
int status; // status of transfer. 0 on success otherwise fail
- wchar_t** data; // NULL ended array of download links
+ char** data; // NULL ended array of download links
};
// notifies a caller that file has been sent
|