diff options
author | foobar <sniper@php.net> | 2001-05-27 19:12:21 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2001-05-27 19:12:21 +0000 |
commit | 1ecc932895f4e524686868f47e223b1516773937 (patch) | |
tree | a6316a8feebc2cb575a728ef0a5675d745c17145 | |
parent | 5ede574d49cd37e4d92bafbd7fce1e17a3d0d4ea (diff) | |
download | php-git-1ecc932895f4e524686868f47e223b1516773937.tar.gz |
Fixed bug: #9707
-rw-r--r-- | ext/ftp/ftp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ftp/ftp.h b/ext/ftp/ftp.h index 2e3d1bc8d0..16f7e773db 100644 --- a/ext/ftp/ftp.h +++ b/ext/ftp/ftp.h @@ -44,7 +44,7 @@ typedef enum ftptype { FTPTYPE_ASCII, - FTPTYPE_IMAGE, + FTPTYPE_IMAGE } ftptype_t; typedef struct ftpbuf |