summaryrefslogtreecommitdiff
path: root/apps/examples/ftpd/ftpd_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/ftpd/ftpd_main.c')
-rw-r--r--apps/examples/ftpd/ftpd_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/ftpd/ftpd_main.c b/apps/examples/ftpd/ftpd_main.c
index 1907da18c..a6f8506f9 100644
--- a/apps/examples/ftpd/ftpd_main.c
+++ b/apps/examples/ftpd/ftpd_main.c
@@ -226,7 +226,7 @@ int ftpd_main(int s_argc, char **s_argv)
if (!g_ftpdglob.initialized)
{
-
+
/* Bring up the network */
printf("Initializing the network\n");
@@ -256,7 +256,7 @@ int ftpd_main(int s_argc, char **s_argv)
{
printf("Starting the FTP daemon\n");
g_ftpdglob.pid = TASK_CREATE("FTP daemon", CONFIG_EXAMPLES_FTPD_PRIO,
- CONFIG_EXAMPLES_FTPD_STACKSIZE,
+ CONFIG_EXAMPLES_FTPD_STACKSIZE,
ftpd_daemon, NULL);
if (g_ftpdglob.pid < 0)
{