summaryrefslogtreecommitdiff
path: root/lib/transfer.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/transfer.c')
-rw-r--r--lib/transfer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/transfer.c b/lib/transfer.c
index baf7c19e8..2cabc3b4f 100644
--- a/lib/transfer.c
+++ b/lib/transfer.c
@@ -2136,7 +2136,7 @@ static char *concat_url(const char *base, const char *relurl)
urllen = strlen(url_clone);
- newest=(char *)malloc( urllen + 1 + /* possible slash */
+ newest = malloc( urllen + 1 + /* possible slash */
newlen + 1 /* zero byte */);
if(!newest) {