]> granicus.if.org Git - php/commitdiff
- Fixed folding markers.
authorDerick Rethans <derick@php.net>
Sat, 15 Oct 2005 12:50:20 +0000 (12:50 +0000)
committerDerick Rethans <derick@php.net>
Sat, 15 Oct 2005 12:50:20 +0000 (12:50 +0000)
ext/standard/string.c

index f47d86944a80548fe59adc22db55c6ce61ff30c5..bd5232be588fa010ebac4d863fc625da6b225d31 100644 (file)
@@ -3950,6 +3950,7 @@ PHPAPI UChar *php_u_addslashes(UChar *str, int32_t length, int32_t *new_length,
 {
        return php_u_addslashes_ex(str, length, new_length, should_free, 0 TSRMLS_CC);
 }
+/* }}} */
 
 /* {{{ php_u_addslashes_ex
  */