]> git.sur5r.net Git - openldap/commitdiff
Remove comma at end of enumerator list.
authorHallvard Furuseth <hallvard@openldap.org>
Tue, 3 Jun 2003 17:47:26 +0000 (17:47 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Tue, 3 Jun 2003 17:47:26 +0000 (17:47 +0000)
servers/slapd/slap.h

index 1fa5295cf9cb37cadcde1f6a1dccb5d7d63616ec..1de6599454e1f4201a562c617ac82bea8523d74f 100644 (file)
@@ -1059,7 +1059,7 @@ typedef enum slap_style_e {
        ACL_STYLE_ONE,
        ACL_STYLE_SUBTREE,
        ACL_STYLE_CHILDREN,
-       ACL_STYLE_ATTROF,
+       ACL_STYLE_ATTROF
 } slap_style_t;
 
 typedef struct slap_authz_info {