summaryrefslogtreecommitdiff
path: root/src/net/download.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-07-07 22:52:35 +0300
committerAndrei Karas <akaras@inbox.ru>2011-07-07 22:52:35 +0300
commit5e14ab971129eb95ca02e373fc21adb46c0eaca1 (patch)
tree5316f688c7f617776b7e70c9f64932fe7596cadb /src/net/download.cpp
parented950471f7ae02c4618fa995c305832f12dc9cd7 (diff)
downloadManaVerse-5e14ab971129eb95ca02e373fc21adb46c0eaca1.tar.gz
ManaVerse-5e14ab971129eb95ca02e373fc21adb46c0eaca1.tar.bz2
ManaVerse-5e14ab971129eb95ca02e373fc21adb46c0eaca1.tar.xz
ManaVerse-5e14ab971129eb95ca02e373fc21adb46c0eaca1.zip
Remove undescore from variables and defines.
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 59f6edd9c..c93f33c21 100644
--- a/src/net/download.cpp
+++ b/src/net/download.cpp
@@ -168,7 +168,7 @@ char *Download::getError()
}
int Download::downloadProgress(void *clientp, double dltotal, double dlnow,
- double ultotal _UNUSED_, double ulnow _UNUSED_)
+ double ultotal A_UNUSED, double ulnow A_UNUSED)
{
Download *d = reinterpret_cast<Download*>(clientp);
if (!d)