From a107c8d9007053f600d969d2e68373ba2d79bca9 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Mon, 11 May 2015 20:19:21 +0000 Subject: git-svn-id: http://svn.miranda-ng.org/main/trunk@13557 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ExternalAPI/m_dropbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ExternalAPI/m_dropbox.h') 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 -- cgit v1.2.3