]> granicus.if.org Git - apache/commitdiff
* include/mod_auth.h
authorPaul Querna <pquerna@apache.org>
Wed, 29 Oct 2008 08:25:58 +0000 (08:25 +0000)
committerPaul Querna <pquerna@apache.org>
Wed, 29 Oct 2008 08:25:58 +0000 (08:25 +0000)
  (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

index 23d3f1ccce9b7f5d51fa7672c72092bcd21993b0..b6a69f730aa1136c8ec7b67dfe57732db328e242 100644 (file)
@@ -74,7 +74,7 @@ typedef enum {
     AUTHZ_DENIED,
     AUTHZ_GRANTED,
     AUTHZ_GENERAL_ERROR,
-    AUTHZ_NEUTRAL,
+    AUTHZ_NEUTRAL
 } authz_status;
 
 typedef enum {