diff options
-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 |