summaryrefslogtreecommitdiff
path: root/src/tools/echo/echo_server.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/echo/echo_server.c')
-rw-r--r--src/tools/echo/echo_server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/echo/echo_server.c b/src/tools/echo/echo_server.c
index d9af1c1f..b72da319 100644
--- a/src/tools/echo/echo_server.c
+++ b/src/tools/echo/echo_server.c
@@ -60,8 +60,8 @@ int server_main()
return -1;
}
- if(ap_init(SERVER_AP_NAME)) {
- printf("Failed to init AP.");
+ if (ap_init(SERVER_AP_NAME)) {
+ printf("Failed to init AP.\n");
return -1;
}