]> git.sur5r.net Git - openldap/commitdiff
Fix typo
authorKurt Zeilenga <kurt@openldap.org>
Sun, 3 Sep 2000 19:33:26 +0000 (19:33 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 3 Sep 2000 19:33:26 +0000 (19:33 +0000)
libraries/libldap/utf-8.c

index 0d12f010a3bd45612226044c765323d47c5332d5..07243b786dc47beec48f23a6141428a52e3e0ae4 100644 (file)
@@ -400,7 +400,6 @@ ber_len_t (ldap_utf8_strspn)( const char *str, const char *set )
        const char *cset;
 
        for( cstr = str; *cstr != '\0'; LDAP_UTF8_INCR(cstr) ) {
-
                for( cset = set; ; LDAP_UTF8_INCR(cset) ) {
                        if( *cset == '\0' ) {
                                return cstr - str;