index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | lib/libftp/ftplib.c | 4 |
diff --git a/lib/libftp/ftplib.c b/lib/libftp/ftplib.c index 8be3cac1..262cac0b 100644 --- a/lib/libftp/ftplib.c +++ b/lib/libftp/ftplib.c @@ -1513,8 +1513,8 @@ static int HttpXfer(const char *localfile, const char *path, int *size, * return 1 if successful, 0 otherwise */ GLOBALREF int HttpGet(const char *host, const char *outputfile, const char *path, - int *size, netbuf *nControl, unsigned int offset, - const struct tm *mtime1, struct tm *mtime2) + int *size, netbuf *nControl, unsigned int offset, + const struct tm *mtime1, struct tm *mtime2) { char buf[512]; |