From: Kurt Zeilenga Date: Wed, 26 Dec 2001 17:51:07 +0000 (+0000) Subject: Fix typo X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~491 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=df9cc9da587ec6ebf1f953a70e07fa9dd37e43b9;p=openldap Fix typo --- diff --git a/servers/slapd/back-shell/external.h b/servers/slapd/back-shell/external.h index 2e687f47f1..0378349b69 100644 --- a/servers/slapd/back-shell/external.h +++ b/servers/slapd/back-shell/external.h @@ -28,7 +28,7 @@ extern BI_op_compare shell_back_compare; extern BI_op_modify shell_back_modify; -extern BI_op_modrdn shell_back_modrdn: +extern BI_op_modrdn shell_back_modrdn; extern BI_op_add shell_back_add;