]> granicus.if.org Git - apache/commitdiff
* include/httpd.h (conn_state_e): Remove trailing comma from enum.
authorJoe Orton <jorton@apache.org>
Thu, 8 Dec 2005 17:12:36 +0000 (17:12 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 8 Dec 2005 17:12:36 +0000 (17:12 +0000)
Submitted by: Per Olausson <pao darkheim.freeserve.co.uk>
PR: 37840

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

include/httpd.h

index 513e565165d5ddcbd8fc7821d364951b6dd24f16..ec4d74d2416a56fd647ec9e3f5748392fe6f2303 100644 (file)
@@ -1078,7 +1078,7 @@ typedef enum  {
     CONN_STATE_READ_REQUEST_LINE,
     CONN_STATE_HANDLER,
     CONN_STATE_WRITE_COMPLETION,
-    CONN_STATE_LINGER,
+    CONN_STATE_LINGER
 } conn_state_e;
 
 /**