Просмотр исходного кода

Fixed comments in microhttpd.h

Evgeny Grin (Karlson2k) 10 лет назад
Родитель
Сommit
93486b2cc1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/include/microhttpd.h

+ 1 - 1
src/include/microhttpd.h

@@ -802,7 +802,7 @@ enum MHD_OPTION
   /**
    * Pass a listen socket for MHD to use (systemd-style).  If this
    * option is used, MHD will not open its own listen socket(s). The
-   * argument passed must be of type `int` and refer to an
+   * argument passed must be of type `MHD_socket` and refer to an
    * existing socket that has been bound to a port and is listening.
    */
   MHD_OPTION_LISTEN_SOCKET = 12,