]> granicus.if.org Git - php/commitdiff
- ws
authorPierre Joye <pajoye@php.net>
Sat, 25 Apr 2009 15:08:10 +0000 (15:08 +0000)
committerPierre Joye <pajoye@php.net>
Sat, 25 Apr 2009 15:08:10 +0000 (15:08 +0000)
ext/imap/php_imap.c

index e6666a6fcd4461743ab9af5c6a4d1fbe8b914b82..578d9992f514e72f11dc50851767cc32e6057bf6 100644 (file)
@@ -2200,7 +2200,7 @@ PHP_FUNCTION(imap_fetchstructure)
                php_error_docref(NULL TSRMLS_CC, E_WARNING, "invalid value for the options parameter");
                RETURN_FALSE;
        }
-       
+
        ZEND_FETCH_RESOURCE(imap_le_struct, pils *, &streamind, -1, "imap", le_imap);
 
        if (msgno < 1) {