From c865da89912ee977656807a3ecab6f6ef736340a Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Tue, 10 Sep 2002 14:32:41 +0000 Subject: [PATCH] fix a syntax error in an enum (as far as some non-gcc compilers are concerned) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96745 13f79535-47bb-0310-9956-ffa450edef68 --- modules/aaa/mod_auth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aaa/mod_auth.h b/modules/aaa/mod_auth.h index e7b24cf695..7c167438e9 100644 --- a/modules/aaa/mod_auth.h +++ b/modules/aaa/mod_auth.h @@ -72,7 +72,7 @@ typedef enum { AUTH_GRANTED, AUTH_USER_FOUND, AUTH_USER_NOT_FOUND, - AUTH_GENERAL_ERROR, + AUTH_GENERAL_ERROR } authn_status; typedef struct { -- 2.40.0