浏览代码

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: