瀏覽代碼

Merge branch 'master' of https://github.com/civetweb/civetweb

bel2125 2 年之前
父節點
當前提交
967463e455
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main.c

+ 2 - 2
src/main.c

@@ -2474,7 +2474,7 @@ show_settings_dialog(void)
 
 
 static void
-change_password_file()
+change_password_file(void)
 {
 	/* Parameter for size/format tuning of the dialog */
 	short HEIGHT = 15;
@@ -2685,7 +2685,7 @@ sysinfo_reload(struct dlg_proc_param *prm)
 
 
 int
-show_system_info()
+show_system_info(void)
 {
 	/* Parameter for size/format tuning of the dialog */
 	short HEIGHT = 15;