Fix the order of variables Cols and Rows

typo
This commit is contained in:
EnderIce2
2024-09-24 01:32:29 +03:00
parent 85b6fdef80
commit 7d7fc4d018
2 changed files with 5 additions and 5 deletions

View File

@ -234,7 +234,6 @@ void KShellThread()
printf("%s", strBuf.c_str());
debug("after strBuf: %s", strBuf.c_str());
bsCount--;
continue;
}