From 3bf11a307775197c0447928fa14a2f504ba84eb7 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Thu, 5 Jan 2023 20:28:43 +0800 Subject: [PATCH] fix: cus name --- tools/shell/src/shellArguments.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/shell/src/shellArguments.c b/tools/shell/src/shellArguments.c index f255839c1e..111ee76f53 100644 --- a/tools/shell/src/shellArguments.c +++ b/tools/shell/src/shellArguments.c @@ -20,9 +20,9 @@ #include "shellInt.h" #ifndef CUS_NAME - char cus_name[] = "TDengine"; + char cusName[] = "TDengine"; #else - char cust_name[] = CUS_NAME; + char cusName[] = CUS_NAME; #endif #ifndef CUS_PROMPT