From 5ff836db247c71c186ac3350b6808c5fe6451da3 Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Thu, 14 Mar 2024 14:09:27 +0800 Subject: [PATCH] fix: windows build --- tools/shell/src/shellEngine.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/shell/src/shellEngine.c b/tools/shell/src/shellEngine.c index 7dc2d05352..5c71396ea9 100644 --- a/tools/shell/src/shellEngine.c +++ b/tools/shell/src/shellEngine.c @@ -1375,7 +1375,7 @@ bool community = shellGetGrantInfo(buf); #else #ifndef WEBSOCKET if(community) { - showAD(false) + showAD(false); } #endif #endif