diff --git a/src/kit/shell/inc/shell.h b/src/kit/shell/inc/shell.h index e19a18c9b7411006110d9ba742f32684f387b6bd..4d72d36e2ee39ce180620014631e1c4077ce7c32 100644 --- a/src/kit/shell/inc/shell.h +++ b/src/kit/shell/inc/shell.h @@ -56,8 +56,8 @@ typedef struct SShellArguments { int abort; int port; int pktLen; - int pktNumï¼› - char* pktType, + int pktNum; + char* pktType; char* netTestRole; } SShellArguments;