From 3bc7336e01c692d50914b7324122d89c89e10b44 Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Fri, 30 Sep 2011 03:55:42 +0000 Subject: [PATCH] Remove trailing comma on last enum member for authz_status git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1177497 13f79535-47bb-0310-9956-ffa450edef68 --- include/mod_auth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mod_auth.h b/include/mod_auth.h index 1a424b3147..9b9561e1d6 100644 --- a/include/mod_auth.h +++ b/include/mod_auth.h @@ -74,7 +74,7 @@ typedef enum { AUTHZ_GRANTED, AUTHZ_NEUTRAL, AUTHZ_GENERAL_ERROR, - AUTHZ_DENIED_NO_USER, /* denied because r->user == NULL */ + AUTHZ_DENIED_NO_USER /* denied because r->user == NULL */ } authz_status; typedef struct { -- 2.40.0