소스 검색

Format header

bel2125 6 년 전
부모
커밋
f3242b4046
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      include/civetweb.h

+ 1 - 1
include/civetweb.h

@@ -351,7 +351,7 @@ struct mg_callbacks {
 	/* Called when civetweb context is deleted.
 	Parameters:
 	ctx: context handle */
-	void(*exit_context)(const struct mg_context *ctx);
+	void (*exit_context)(const struct mg_context *ctx);
 
 	/* Called when a new worker thread is initialized.
 	 * Parameters: