diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2000-03-14 20:41:31 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2000-03-14 20:41:31 +0000 |
commit | 553eb2391d83667dbc49c09bb7a989280ec3a480 (patch) | |
tree | de4e86e8612476fde3fd883cc660768f9a57d17d | |
parent | b19d1bdb0f3ab1ed429bda346b4548d7addd32f2 (diff) | |
download | php-git-553eb2391d83667dbc49c09bb7a989280ec3a480.tar.gz |
I SHALL NOT TOUCH MY EMACS BETWEEN COMPILE AND CHECKIN !!!
I SHALL NOT TOUCH MY EMACS BETWEEN COMPILE AND CHECKIN !!!
I SHALL NOT TOUCH MY EMACS BETWEEN COMPILE AND CHECKIN !!!
-rw-r--r-- | ext/imap/imap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/imap/imap.c b/ext/imap/imap.c index fcd6638081..92889edb42 100644 --- a/ext/imap/imap.c +++ b/ext/imap/imap.c @@ -2841,7 +2841,7 @@ PHP_FUNCTION(imap_bodystruct) Read an overview of the information in the headers of the given message */ PHP_FUNCTION(imap_fetch_overview) { - pval *streamind, *sequence, *flags; + pval *streamind, *sequence, *pflags; int ind, ind_type; pils *imap_le_struct; pval *myoverview; |