]> granicus.if.org Git - php/commitdiff
Missing }}}
authorRasmus Lerdorf <rasmus@php.net>
Thu, 17 Nov 2005 21:56:04 +0000 (21:56 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Thu, 17 Nov 2005 21:56:04 +0000 (21:56 +0000)
ext/libxml/libxml.c

index d45f51102bdbc96fc5025d9449975a96b7634f4f..9f982a125bde0d1f936b034803a07401b1a4561c 100644 (file)
@@ -665,7 +665,6 @@ PHP_MINFO_FUNCTION(libxml)
 }
 /* }}} */
 
-
 /* {{{ proto void libxml_set_streams_context(resource streams_context) 
    Set the streams context for the next libxml document load or write */
 PHP_FUNCTION(libxml_set_streams_context)
@@ -722,6 +721,7 @@ PHP_FUNCTION(libxml_use_internal_errors)
        }
        RETURN_BOOL(retval);
 }
+/* }}} */
 
 /* {{{ proto object libxml_get_last_error() 
    Retrieve last error from libxml */