Remove comma at end of enumerator list.

This commit is contained in:
Hallvard Furuseth 2003-06-03 17:47:26 +00:00
parent aa90e4aade
commit efcb1b0bc0

View 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 {