]> git.sur5r.net Git - openldap/commitdiff
typo in declaration of function.
authorMark Adamson <adamson@openldap.org>
Fri, 9 Nov 2001 19:22:03 +0000 (19:22 +0000)
committerMark Adamson <adamson@openldap.org>
Fri, 9 Nov 2001 19:22:03 +0000 (19:22 +0000)
libraries/liblunicode/ucstr.c

index 5e85cc8ca0389ebe33e1b8f6462ce0d517e97256..8b9caec8f8cb62c207f8f0137836ca1e47cfd622 100644 (file)
@@ -82,7 +82,7 @@ void ucstr2upper(
 }
 
 char * UTF8normalize(
-       struct berval *bv;
+       struct berval *bv,
        char casefold )
 {
        int i, j, len, clen, outpos, ucsoutlen, outsize, last;