diff options
Diffstat (limited to 'plugins/Dropbox')
-rw-r--r-- | plugins/Dropbox/src/dropbox_services.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dropbox/src/dropbox_services.cpp b/plugins/Dropbox/src/dropbox_services.cpp index 8d21b72cc2..56fd7eac72 100644 --- a/plugins/Dropbox/src/dropbox_services.cpp +++ b/plugins/Dropbox/src/dropbox_services.cpp @@ -172,7 +172,7 @@ INT_PTR CDropbox::UploadToDropbox(WPARAM, LPARAM lParam) if (PathIsDirectory(uploadInfo->localPath))
{
// temporary unsupported
- return NULL;
+ return ACKRESULT_FAILED;
}
else
ftp->AddFile(uploadInfo->localPath);
|