Skip to content
Snippets Groups Projects
Commit 4a4d712a authored by Jaewon Choi's avatar Jaewon Choi
Browse files

Fix typo

parent 05d6a71c
No related branches found
No related tags found
No related merge requests found
......@@ -115,3 +115,4 @@ tags
# End of https://www.gitignore.io/api/c,vim,c++,linux,cmake
mysh
......@@ -22,7 +22,7 @@ void mysh_parse_command(const char* command,
++ti;
tok = strtok_r(buf, "|", &saveptr);
tok = strtok_r(NULL, "|", &saveptr);
}
*n_commands = ti;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment