diff options
author | Zeev Suraski <zeev@php.net> | 2001-08-11 16:39:07 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2001-08-11 16:39:07 +0000 |
commit | f6f6c4d7e63d2eaf4ece7aee66f46a013b29bffa (patch) | |
tree | 4013e29cc962a2f0363f61d764da46d8302d828e /ext/ftp/ftp.c | |
parent | bafa98109cb7ac4c95a4d47e010139f4cd100bde (diff) | |
download | php-git-f6f6c4d7e63d2eaf4ece7aee66f46a013b29bffa.tar.gz |
Whitespace
Diffstat (limited to 'ext/ftp/ftp.c')
-rw-r--r-- | ext/ftp/ftp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ftp/ftp.c b/ext/ftp/ftp.c index d7146d6059..daaf481f52 100644 --- a/ext/ftp/ftp.c +++ b/ext/ftp/ftp.c @@ -1045,7 +1045,7 @@ ftp_getdata(ftpbuf_t *ftp) struct sockaddr_in addr; int size; union ipbox ipbox; - char arg[sizeof("255,255,255,255,255,255")]; + char arg[sizeof("255, 255, 255, 255, 255, 255")]; /* ask for a passive connection if we need one */ |