Browse Source

-no comma at end of enum

Christian Grothoff 11 years ago
parent
commit
19d66bd8c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/include/microhttpd.h

+ 1 - 1
src/include/microhttpd.h

@@ -1117,7 +1117,7 @@ enum MHD_DaemonInfoType
    * Request the number of current connections handled by the daemon.
    * No extra arguments should be passed.
    */
-  MHD_DAEMON_INFO_CURRENT_CONNECTIONS,
+  MHD_DAEMON_INFO_CURRENT_CONNECTIONS
 };