mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-12 16:06:59 +00:00
apps/nshlib: restore space delimiter that was removed in last change to the NSH echo command.
This commit is contained in:
parent
99512b90db
commit
7cdf9b07d8
1 changed files with 1 additions and 1 deletions
|
|
@ -280,7 +280,7 @@ int cmd_echo(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
|
|||
nsh_output(vtbl, " ");
|
||||
}
|
||||
|
||||
nsh_output(vtbl, "%s", argv[i]);
|
||||
nsh_output(vtbl, "%s ", argv[i]);
|
||||
}
|
||||
|
||||
if (1 == s)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue