mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
examples/popen: Fix NxStyle long line warning
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
parent
efb4e0bc91
commit
ce68d7a738
1 changed files with 2 additions and 1 deletions
|
|
@ -167,7 +167,8 @@ int main(int argc, FAR char *argv[])
|
|||
|
||||
if (errcode == ECHILD)
|
||||
{
|
||||
printf("The shell has already exited (and exit status is not available)\n");
|
||||
printf("The shell has already exited "
|
||||
"(and exit status is not available)\n");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue