diff options
Diffstat (limited to 'plugins/ExternalAPI')
-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
|