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

index 4de655f6974eaf82f805be653d8d71b92ca41669..adb48bd7a5e87b08e7be20b7044acd71ac35f3c3 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 */