diff --git a/examples/popen/popen_main.c b/examples/popen/popen_main.c index d9ef10c51..d928629e1 100644 --- a/examples/popen/popen_main.c +++ b/examples/popen/popen_main.c @@ -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 {