mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Fix some typos
This commit is contained in:
parent
5d360c72b9
commit
21d498f695
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue