]> granicus.if.org Git - apache/commitdiff
fix a syntax error in an enum (as far as some non-gcc compilers are
authorJeff Trawick <trawick@apache.org>
Tue, 10 Sep 2002 14:32:41 +0000 (14:32 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 10 Sep 2002 14:32:41 +0000 (14:32 +0000)
concerned)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96745 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_auth.h

index e7b24cf695425c8148d4f70402951454e3eb2753..7c167438e9df64b09c3d05334ef2da809b27d900 100644 (file)
@@ -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 {