diff options
author | Wez Furlong <wez@php.net> | 2002-03-16 01:28:57 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2002-03-16 01:28:57 +0000 |
commit | 09213d7bf88d0f947d7e89fa1af91e43edd36bb7 (patch) | |
tree | b000df5886d216533bf2a999197a3d71670acbe7 /ext/ftp/ftp.c | |
parent | a1667db82da02610d26d05278601a0d381ee4f6d (diff) | |
download | php-git-09213d7bf88d0f947d7e89fa1af91e43edd36bb7.tar.gz |
change * formatting
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 4121e8dbf3..c3a7818534 100644 --- a/ext/ftp/ftp.c +++ b/ext/ftp/ftp.c @@ -613,7 +613,7 @@ bail: /* {{{ ftp_put */ int -ftp_put(ftpbuf_t *ftp, const char *path, php_stream * instream, ftptype_t type) +ftp_put(ftpbuf_t *ftp, const char *path, php_stream *instream, ftptype_t type) { databuf_t *data = NULL; int size; |