summaryrefslogtreecommitdiff
path: root/apps/examples/telnetd/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/telnetd/shell.c')
-rw-r--r--apps/examples/telnetd/shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/telnetd/shell.c b/apps/examples/telnetd/shell.c
index 9e2a2e30e..8cf695551 100644
--- a/apps/examples/telnetd/shell.c
+++ b/apps/examples/telnetd/shell.c
@@ -152,7 +152,7 @@ static void shell_parse(FAR char *line, int len)
/****************************************************************************
* Name: shell_session
****************************************************************************/
-
+
int shell_session(int argc, char *argv[])
{
char line[128];