From e51cb1a4edce609bee47518877687f881665ad6f Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Wed, 29 Oct 2008 08:25:58 +0000 Subject: [PATCH] * 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 --- 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 23d3f1ccce..b6a69f730a 100644 --- a/include/mod_auth.h +++ b/include/mod_auth.h @@ -74,7 +74,7 @@ typedef enum { AUTHZ_DENIED, AUTHZ_GRANTED, AUTHZ_GENERAL_ERROR, - AUTHZ_NEUTRAL, + AUTHZ_NEUTRAL } authz_status; typedef enum { -- 2.50.1