From: Jeff Trawick Date: Tue, 10 Sep 2002 14:32:41 +0000 (+0000) Subject: fix a syntax error in an enum (as far as some non-gcc compilers are X-Git-Tag: 2.0.42~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c865da89912ee977656807a3ecab6f6ef736340a;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/modules/aaa/mod_auth.h b/modules/aaa/mod_auth.h index e7b24cf6954..7c167438e9d 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 {