Joe Mucchiello 10 роки тому
батько
коміт
5a450af611
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      include/civetweb.h

+ 1 - 1
include/civetweb.h

@@ -751,7 +751,7 @@ CIVETWEB_API unsigned mg_check_feature(unsigned feature);
 	2: context has stopped
 	2: context has stopped
    -1: Invalid context
    -1: Invalid context
  */
  */
-CIVETWEB_API int mg_is_ctx_stopped(const struct mg_context* ctx)
+CIVETWEB_API int mg_is_ctx_stopped(const struct mg_context* ctx);
 
 
 #ifdef __cplusplus
 #ifdef __cplusplus
 }
 }