summaryrefslogtreecommitdiff
path: root/apps/examples/wget/target.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/wget/target.c')
-rw-r--r--apps/examples/wget/target.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/wget/target.c b/apps/examples/wget/target.c
index fa30e037b..5c5c65665 100644
--- a/apps/examples/wget/target.c
+++ b/apps/examples/wget/target.c
@@ -106,10 +106,10 @@ static void callback(FAR char **buffer, int offset, int datend,
****************************************************************************/
/****************************************************************************
- * user_start
+ * wget_main
****************************************************************************/
-int user_start(int argc, char *argv[])
+int wget_main(int argc, char *argv[])
{
struct in_addr addr;
#if defined(CONFIG_EXAMPLE_WGET_NOMAC)