]> granicus.if.org Git - php/commitdiff
- php_u_stristr: Remove leading back-slash ... sheesh
authorRolland Santimano <rolland@php.net>
Sat, 22 Oct 2005 13:36:55 +0000 (13:36 +0000)
committerRolland Santimano <rolland@php.net>
Sat, 22 Oct 2005 13:36:55 +0000 (13:36 +0000)
ext/standard/string.c

index 63c03640126375d5ad476ca23c06a524123be2df..876978c1f722127a28886a59ae0dd78b041867e2 100644 (file)
@@ -1917,7 +1917,7 @@ PHP_FUNCTION(pathinfo)
 
 /* {{{ php_u_stristr
    Unicode version of case insensitve strstr */
-\PHPAPI UChar *php_u_stristr(UChar *s, UChar *t, int32_t s_len, int32_t t_len)
+PHPAPI UChar *php_u_stristr(UChar *s, UChar *t, int32_t s_len, int32_t t_len)
 {
        int32_t i,j, last;
        UChar32 ch1, ch2;