mirror of
https://github.com/apache/httpd.git
synced 2025-08-06 11:06:17 +00:00
* include/mod_auth.h
(authz_status): Remove trailing comma on enum. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@708822 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -74,7 +74,7 @@ typedef enum {
|
||||
AUTHZ_DENIED,
|
||||
AUTHZ_GRANTED,
|
||||
AUTHZ_GENERAL_ERROR,
|
||||
AUTHZ_NEUTRAL,
|
||||
AUTHZ_NEUTRAL
|
||||
} authz_status;
|
||||
|
||||
typedef enum {
|
||||
|
Reference in New Issue
Block a user