From b43df8be24a88b3f8545a8b8ec6eb5a87842a2d0 Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Fri, 10 May 2019 17:03:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=AF=91=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Android/app/src/main/cpp/test_server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android/app/src/main/cpp/test_server.cpp b/Android/app/src/main/cpp/test_server.cpp index fc5590af..7a8fe993 100644 --- a/Android/app/src/main/cpp/test_server.cpp +++ b/Android/app/src/main/cpp/test_server.cpp @@ -216,7 +216,7 @@ static onceToken s_token([](){ //设置退出信号处理函数 static semaphore s_sem; -int do_main(string ini_file) { +static int do_main(string ini_file) { //加载配置文件,如果配置文件不存在就创建一个 loadIniConfig(ini_file.data());