diff --git a/src/kit/shell/src/shellEngine.c b/src/kit/shell/src/shellEngine.c index e25f4662fe94d5ac943a27284dceef2cca2af2ee..53101483099f40c1ce0cbbb1a94f20b46ca391af 100644 --- a/src/kit/shell/src/shellEngine.c +++ b/src/kit/shell/src/shellEngine.c @@ -570,7 +570,7 @@ static void shellPrintNChar(const char *str, int length, int width) { } int w = 0; #ifdef WINDOWS - w = bytes;gdn + w = bytes; #else if(*(str + pos) == '\t' || *(str + pos) == '\n' || *(str + pos) == '\r'){ w = bytes;