You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2008/10/29 09:25:58 UTC

svn commit: r708822 - /httpd/httpd/trunk/include/mod_auth.h

Author: pquerna
Date: Wed Oct 29 01:25:58 2008
New Revision: 708822

URL: http://svn.apache.org/viewvc?rev=708822&view=rev
Log:
* include/mod_auth.h
  (authz_status): Remove trailing comma on enum.

Modified:
    httpd/httpd/trunk/include/mod_auth.h

Modified: httpd/httpd/trunk/include/mod_auth.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/mod_auth.h?rev=708822&r1=708821&r2=708822&view=diff
==============================================================================
--- httpd/httpd/trunk/include/mod_auth.h (original)
+++ httpd/httpd/trunk/include/mod_auth.h Wed Oct 29 01:25:58 2008
@@ -74,7 +74,7 @@
     AUTHZ_DENIED,
     AUTHZ_GRANTED,
     AUTHZ_GENERAL_ERROR,
-    AUTHZ_NEUTRAL,
+    AUTHZ_NEUTRAL
 } authz_status;
 
 typedef enum {