From 2cd3f4d156e05e38185b247b0d8099c4f83f4c35 Mon Sep 17 00:00:00 2001 From: SisMaker <1713699517@qq.com> Date: Mon, 6 May 2024 11:00:26 +0800 Subject: [PATCH] =?UTF-8?q?ft:=20=E9=80=BB=E8=BE=91=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Faw/fwFMgr.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Faw/fwFMgr.erl b/src/Faw/fwFMgr.erl index 387400a..fddecba 100644 --- a/src/Faw/fwFMgr.erl +++ b/src/Faw/fwFMgr.erl @@ -114,10 +114,10 @@ handleInfo({mChAwkW, FName}, State) -> handleInfo({mChAwkW, FName}, NewState) end; _ -> - kpS + {noreply, State} end; _ -> - kpS + {noreply, State} end; handleInfo(mTickCheck, State) -> NewState = tickCheck(State),