Fix some typos
This commit is contained in:
parent
5d360c72b9
commit
21d498f695
@ -184,7 +184,7 @@ static nsh_telnettoken(FAR struct console_stdio_s *pstate, FAR char *buffer,
|
||||
|
||||
/* Replace terminating character with a NUL terminator */
|
||||
|
||||
*endp1 = '/0';
|
||||
*endp1 = '\0';
|
||||
|
||||
/* Copied the token into the buffer */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user