summaryrefslogtreecommitdiff
path: root/src/net/download.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/download.cpp')
-rw-r--r--src/net/download.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/download.cpp b/src/net/download.cpp
index 6a1f4cc83..5e3ffebf6 100644
--- a/src/net/download.cpp
+++ b/src/net/download.cpp
@@ -220,7 +220,7 @@ const char *Download::getError() const
int Download::downloadProgress(void *clientp, double dltotal, double dlnow,
double ultotal A_UNUSED, double ulnow A_UNUSED)
{
- Download *const d = reinterpret_cast<Download *const>(clientp);
+ Download *const d = reinterpret_cast<Download *>(clientp);
if (!d)
return -5;